-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
{
"name": "webpack-template",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"pre": "vite build --mode pre",
"serve": "vite preview"
},
"dependencies": {
"animate.css": "^3.7.1",
"axios": "0.18.0",
"core-js": "^3.15.2",
"es6-promise": "^4.2.6",
"vue": "^2.6.12",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.13.15",
"@babel/runtime": "^7.13.17",
"@rollup/plugin-babel": "^5.3.0",
"@vitejs/plugin-legacy": "^1.3.2",
"@vue/compiler-sfc": "^3.0.11",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vite": "^2.0.5",
"vite-plugin-legacy": "^2.1.0",
"vite-plugin-vue2": "^1.4.0",
"vue-template-compiler": "^2.6.14"
}
}