-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 910 Bytes
/
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
{
"name": "omniweather",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@material-design-icons/svg": "^0.14.0",
"@mdi/font": "^7.0.0",
"axios": "^0.28.0",
"register-service-worker": "^1.7.2",
"roboto-fontface": "*",
"vue": "^2.6.14",
"vuetify": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^5.0.4",
"@vue/cli-plugin-pwa": "^5.0.4",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-prettier": "^7.0.0",
"eslint": "^8.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.0.0",
"prettier": "^2.6.2",
"sass": "^1.32.0",
"sass-loader": "^13.0.0",
"vue-cli-plugin-vuetify": "^2.4.5",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0"
}
}