-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "covid19mx",
"version": "1.6.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "deploy.bat",
"refresh-source": "node refresh-data.js"
},
"dependencies": {
"@amcharts/amcharts4": "^4.10.40",
"@amcharts/amcharts4-geodata": "^4.1.31",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.8",
"core-js": "^3.49.0",
"register-service-worker": "^1.7.2",
"vue-good-table": "^2.21.11",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.9",
"@vue/cli-plugin-eslint": "^5.0.9",
"@vue/cli-plugin-pwa": "^5.0.9",
"@vue/cli-plugin-router": "^5.0.9",
"@vue/cli-service": "^5.0.9",
"@vue/eslint-config-prettier": "^7.1.0",
"babel-eslint": "^10.1.0",
"csv-parser": "^3.2.0",
"csvtojson": "^2.0.14",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.7.1",
"moment": "^2.30.1",
"request": "^2.88.2",
"vue": "^2.7.16",
"vue-template-compiler": "^2.7.16"
}
}