-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.23 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
77
78
79
80
81
82
{
"name": "ink-wash-docs",
"version": "1.0.2",
"private": true,
"description": "水墨文档",
"repository": {
"type": "git",
"url": ""
},
"license": "MIT",
"author": "[email protected]",
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-ink-wash-docs --port ${PORT:-7001}",
"stop": "egg-scripts stop --title=egg-server-ink-wash-docs",
"serve": "egg-scripts start --no-daemon --title=egg-server-ink-wash-docs --port ${PORT:-7001}",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod",
"dev-web": "PORT=8000 vue-cli-service serve",
"build-web": "vue-cli-service build",
"copy-web-html": "node move-web-file.js"
},
"dependencies": {
"@znode/connect": "^0.0.4",
"@znode/dotenv": "^0.0.10",
"@zodash/doreamon": "^1.2.8",
"axios": "^0.19.0",
"core-js": "^2.6.5",
"crypto": "^1.0.1",
"crypto-js": "^4.0.0",
"egg": "^2.15.1",
"egg-alinode": "^2.0.1",
"egg-jwt": "^3.1.7",
"egg-mongoose": "^3.3.0",
"egg-scripts": "^2.11.0",
"element-ui": "^2.12.0",
"extract-zip": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"nprogress": "^0.2.0",
"vditor": "3.5.4",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuex": "^3.0.1",
"x-data-spreadsheet": "1.1.9"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.12.2",
"compression-webpack-plugin": "^6.0.3",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"node-sass": "^4.14.1",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
},
"engines": {
"node": ">=10.0.0"
},
"egg": {
"declarations": true
},
"ci": {
"version": "10"
}
}