-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "rfly-create-vite4-vue2+elementui",
"version": "0.0.2",
"scripts": {
"serve": "vite",
"serve:dev": "vite --mode development",
"serve:prod": "vite --mode production",
"build": "vite build",
"build:dev": "vite build --mode development",
"build:prod": "vite build --mode production"
},
"dependencies": {
"axios": "^1.4.0",
"element-ui": "^2.15.13",
"vite": "^4.3.5",
"vue": "^2.7.14",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@rollup/plugin-commonjs": "^25.0.0",
"@vitejs/plugin-legacy": "^4.0.3",
"autoprefixer": "^10.4.14",
"babel-plugin-component": "^1.1.1",
"postcss": "^8.4.23",
"postcss-import": "^15.1.0",
"rollup": "^2.0.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.49.0",
"terser": "^5.17.4",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-vue2": "^2.0.3",
"vue-template-compiler": "^2.6.14"
}
}