-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.13 KB
/
package.json
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "hibiscus",
"version": "1.0.0",
"description": "Cloud Information System of MCU.",
"author": "Hibiscus Team at MCU CSIE <[email protected]>",
"private": true,
"scripts": {
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"lint": "eslint --ext .js,.vue src"
},
"dependencies": {
"axios": "^0.21.4",
"glob-parent": "^6.0.1",
"muse-ui": "^3.0.2",
"vue": "^2.2.2",
"vue-router": "^3.3.4",
"vuex": "^3.4.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^9.8.0",
"babel-core": "^6.22.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-env": "^1.2.1",
"babel-preset-stage-2": "^6.22.0",
"babel-register": "^6.22.0",
"chalk": "^3.0.0",
"connect-history-api-fallback": "^1.3.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^3.6.0",
"eslint": "^6.0.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-loader": "^3.0.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.2.0",
"eventsource-polyfill": "^0.9.6",
"express": "^4.14.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"function-bind": "^1.1.0",
"html-webpack-plugin": "^5.5.0",
"http-proxy-middleware": "^1.0.4",
"opn": "^6.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"ora": "^4.0.4",
"rimraf": "^3.0.2",
"semver": "^6.0.0",
"url-loader": "^2.0.0",
"vue-loader": "^15.9.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.2.1",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-middleware": "^5.3.3",
"webpack-hot-middleware": "^2.25.1",
"webpack-merge": "^5.8.0"
},
"resolutions": {
"**/glob-parent": "^6.0.1"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 6.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}