-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.57 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.57 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
55
56
57
58
59
60
{
"name": "vue-sykj-admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"pre": "npm install",
"serve": "webpack serve --mode=development",
"test": "jest",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production",
"mock": "npx http-server --watch ./mock/index.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"autoprefixer": "^10.4.7",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^28.1.0",
"babel-loader": "^8.2.5",
"babel-plugin-component": "^1.1.1",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"json-server": "^0.17.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.13",
"postcss-loader": "^6.2.1",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"vue-jest": "^3.0.7",
"vue-loader": "15.9.8",
"vue-template-compiler": "^2.6.14",
"vue-test-utils": "^1.0.0-beta.11",
"webpack": "^5.72.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"@babel/runtime": "^7.17.9",
"axios": "^0.27.2",
"core-js": "^3.22.4",
"element-ui": "^2.15.14",
"spark-md5": "^3.0.2"
},
"sideEffects": [
"*.css",
"*.scss",
"*.less",
"*.vue"
]
}