-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 851 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 851 Bytes
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
{
"name": "element-plus-webpack4-starter",
"license": "MIT",
"private": true,
"scripts": {
"dev": "cross-env MODE=development webpack serve",
"build": "cross-env MODE=production webpack"
},
"dependencies": {
"core-js": "^3.22.2",
"element-plus": "^2.1.11",
"vue": "^3.2.33"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@types/webpack": "^4.41.32",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"css-loader": "^4.3.0",
"html-webpack-plugin": "^4.5.2",
"style-loader": "^2.0.0",
"sucrase": "^3.21.0",
"typescript": "^4.6.3",
"unplugin-vue-components": "^0.18.5",
"vue-loader": "^17.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
}
}