-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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
{
"name": "command-manager",
"version": "0.2.4",
"private": true,
"scripts": {
"start": "vue-cli-service serve --port 27000",
"server": "node ./server",
"build": "vue-cli-service build && node ./build",
"setup": "powershell.exe -ExecutionPolicy Bypass -File \".\\shell\\internal\\setup.ps1\"",
"quickstart": "start npm run server && start npm run start && npm run setup",
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.8.3",
"vue": "^3.2.13",
"vue-router": "^4.0.3",
"vuex": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@element-plus/icons-vue": "^2.1.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-standard": "^6.1.0",
"element-plus": "^2.6.3",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^8.0.3",
"fs-extra": "^11.2.0",
"http": "0.0.1-security",
"koa": "^2.15.2",
"koa-bodyparser": "^4.4.1",
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-onerror": "^4.2.0",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0",
"koa-views": "^8.1.0",
"koa2-cors": "^2.0.6",
"markdown-it": "^14.1.0",
"sass": "^1.32.7",
"sass-loader": "^12.0.0"
}
}