-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
44 lines (44 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
38
39
40
41
42
43
44
{
"name": "demo",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "0.15.3",
"core-js": "2.6.5",
"fastclick": "1.0.6",
"github-markdown-css": "2.5.0",
"jquery": "3.4.0",
"lib-flexible": "0.3.2",
"normalize.css": "5.0.0",
"reset.css": "2.0.2",
"vue": "2.6.10",
"vue-router": "3.0.3",
"vuex": "3.0.1",
"zepto": "1.2.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.6.0",
"@vue/cli-service": "3.6.0",
"babel-helper-vue-jsx-merge-props": "2.0.3",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-vue-jsx": "3.7.0",
"babel-preset-env": "1.7.0",
"node-sass": "4.9.0",
"sass-loader": "7.1.0",
"vue-template-compiler": "2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}