-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.23 KB
/
package.json
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
40
41
42
43
44
45
{
"name": "covid-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "node src/services/hackSW.js && vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"ant-design-vue": "^1.5.3",
"axios": "^0.19.2",
"bootstrap-vue": "^2.11.0",
"core-js": "^3.6.4",
"moment": "^2.24.0",
"myanmar-numbers": "^2.1.3",
"sass-loader": "^8.0.2",
"survey-vue": "^1.5.18",
"vue": "^2.6.11",
"vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.17.0",
"vue-markdown": "^2.2.4",
"vue-material": "^1.0.0-beta-11",
"vue-meta": "^2.3.3",
"vue-router": "^3.1.6",
"vue-scrollto": "^2.18.0",
"vue-sweetalert2": "^3.0.3",
"vue-top-progress": "^0.7.0",
"vue2-google-maps": "^0.10.7",
"vuex": "^3.3.0",
"workbox-webpack-plugin": "^5.1.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-plugin-router": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.13.1",
"vue-plugin-load-script": "^1.2.0",
"vue-template-compiler": "^2.6.11"
}
}