-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.28 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.28 KB
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
{
"scripts": {
"dev": "node src/env/development_mode.js && vite",
"watch": "npm run dev",
"build": "node src/env/production_mode.js && vite build",
"production": "npm run build"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"element-plus": "^2.4.4",
"@wordpress/hooks": "^3.1.1",
"autoprefixer": "^10",
"vite-plugin-live-reload": "^3.0.1",
"vue": "^3.2.20",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.7",
"@vitejs/plugin-vue": "^3.1.0",
"rollup-plugin-copy": "^3.4.0",
"@vue/compiler-sfc": "^3.2.20",
"babel-eslint": "^10.1.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.3",
"cross-env": "^7.0.3",
"postcss": "^8.3.5",
"resolve-url-loader": "^5.0.0",
"sass": "^1.35.1",
"sass-loader": "^10",
"vite": "^3.1.0",
"vite-plugin-static-copy": "^0.16.0",
"unplugin-auto-import": "^0.11.5",
"unplugin-vue-components": "^0.22.12",
"vue-cli-plugin-tailwind": "~3.0.0",
"vue-loader": "^16.3.0",
"vue-template-compiler": "^2.6.14"
}
}