-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.74 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.74 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
51
52
53
54
{
"author": "DUJINHUA506 <fhswar0504@163.com>",
"license": "MIT",
"private": true,
"scripts": {
"anls": "cross-env NODE_ENV=analysis webpack --config config/webpack.config",
"build": "cross-env NODE_ENV=production webpack --config config/webpack.config",
"build-dev": "cross-env NODE_ENV=development webpack --config config/webpack.config",
"dev": "cross-env NODE_ENV=development webpack serve --config config/webpack.config",
"watch": "webpack --watch --config config/webpack.config"
},
"dependencies": {
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"vue": "^2.6.14",
"vue-router": "^3.5.3",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"deasync": "^0.1.24",
"ejs-compiled-loader": "^3.1.0",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^8.2.0",
"eslint-webpack-plugin": "^3.1.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^5.5.0",
"image-minimizer-webpack-plugin": "^2.2.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-webp": "^6.0.0",
"mini-css-extract-plugin": "^2.4.5",
"mini-svg-data-uri": "^1.4.3",
"portfinder": "^1.0.28",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^6.7.0",
"sass": "^1.45.1",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"svgo-loader": "^3.0.0",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.65.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0"
}
}