-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 835 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 835 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
33
34
{
"name": "web-app-core",
"version": "1.0.0",
"description": "",
"main": "dist/web-app-core.js",
"scripts": {
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.3",
"style-loader": "^2.0.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"url-loader": "^4.1.1",
"vue-loader": "^15.9.5",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11"
}
}