-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.35 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.35 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "webpack-demo",
"version": "0.0.1",
"description": "",
"private": "true",
"scripts": {
"dev": "webpack serve",
"build": "webpack",
"webpack": "webpack --progress"
},
"keywords": [],
"author": "daes",
"license": "ISC",
"dependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.15",
"axios": "^0.21.1",
"clean-webpack-plugin": "^3.0.0",
"cos-js-sdk-v5": "^1.2.1",
"css-loader": "^5.0.1",
"element-ui": "^2.15.0",
"html-webpack-plugin": "^5.0.0",
"http-optimize": "^0.0.8",
"js-cookie": "^2.2.1",
"less": "^4.1.1",
"less-loader": "^8.0.0",
"mini-css-extract-plugin": "^1.3.7",
"nprogress": "^0.2.0",
"request": "^2.88.2",
"style-loader": "^2.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"vue": "^2.6.12",
"vue-loader": "^15.9.6",
"vue-router": "^3.5.1",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.6.2",
"webpack": "^5.20.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-decorators": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"babel-loader": "^8.2.2"
}
}