-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 996 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
35
36
37
{
"name": "weather-app",
"version": "0.1.0",
"private": true,
"homepage": "https://github.com/opv1/weather-app",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"deploy": "node ./node_modules/vue-gh-pages/index.js --branch gh-pages"
},
"dependencies": {
"core-js": "^3.18.3",
"normalize.css": "^8.0.1",
"sass": "^1.43.2",
"sass-loader": "^10.1.0",
"vue": "^2.6.14",
"vuex": "^3.6.2",
"weather-icons": "^1.3.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.14",
"@vue/cli-plugin-vuex": "~4.5.14",
"@vue/cli-service": "~4.5.14",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.4.0",
"stylelint-order": "^4.1.0",
"stylelint-scss": "^3.21.0",
"vue-gh-pages": "^1.19.1",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}