-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 863 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
{
"name": "vue-forecast",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"deploy": "./deploy.sh",
"start": "vue-cli-service serve"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.10.1",
"@kazupon/vue-i18n-loader": "^0.5.0",
"core-js": "^3.6.5",
"es6-tween": "^5.5.11",
"mapbox-gl": "^1.11.0",
"paper": "^0.12.8",
"postcss-easing-gradients": "^3.0.1",
"postcss-preset-env": "^6.7.0",
"vue": "^2.6.11",
"vue-i18n": "^8.17.7",
"vuex": "^3.1.3",
"worker-loader": "^2.0.0",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.4.0",
"@vue/cli-plugin-vuex": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"sass": "^1.26.3",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}