forked from AshrafAlam/vue.pwa.weather.app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "vuetify-material-dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "npm run serve"
},
"dependencies": {
"@vue/cli-plugin-pwa": "^3.11.0",
"chartist": "0.11.0",
"firebase": "^6.4.2",
"node-sass": "^4.9.3",
"register-service-worker": "^1.6.2",
"sass-loader": "^7.1.0",
"vue": "^2.5.17",
"vue-axios": "^2.1.4",
"vue-chartist": "^2.1.2",
"vue-meta": "^1.5.2",
"vue-offline": "^2.0.8",
"vuetify": "^1.2.9"
},
"devDependencies": {
"@mdi/font": "^2.5.94",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-standard": "^3.0.1",
"axios": "^0.19.0",
"material-design-icons-iconfont": "^3.0.3",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-analytics": "^5.8.0",
"vue-i18n": "^7.4.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.17",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
}
}