-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 2.94 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "actions-compose",
"version": "1.0.6",
"description": "test",
"private": true,
"egg": {
"typescript": true,
"declarations": true
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-actions-compose",
"stop": "egg-scripts stop --title=egg-server-actions-compose",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"test-local": "egg-bin test",
"test": "npm run lint -- --fix && npm run test-local",
"cov": "egg-bin cov",
"tsc": "ets && tsc -p tsconfig.json",
"ci": "npm run lint && npm run cov && npm run tsc",
"autod": "autod",
"lint": "eslint . --ext .ts",
"clean": "ets clean",
"build:template:dev": "npx webpack --config webpack/webpack.config.js",
"build:template:prod": "npx webpack --config webpack/webpack.config.js --env production && npm run upload",
"upload": "node webpack/uploadToOSS.js",
"release": "release-it"
},
"dependencies": {
"@alicloud/dysmsapi20170525": "^2.0.2",
"@alicloud/openapi-client": "^0.3.5",
"@casl/ability": "^5.4.3",
"axios": "^0.21.4",
"busboy": "^0.3.1",
"dotenv": "^10.0.0",
"egg": "^2.6.1",
"egg-bcrypt": "^1.1.0",
"egg-cors": "^2.2.3",
"egg-jwt": "^3.1.7",
"egg-mongoose": "^3.3.1",
"egg-oss": "^2.0.0",
"egg-redis": "^2.4.0",
"egg-router-plus": "^2.0.0",
"egg-scripts": "^2.6.0",
"egg-validate": "^2.0.2",
"egg-view-nunjucks": "^2.3.0",
"jsonwebtoken": "^8.5.1",
"lego-components": "^0.1.7",
"lodash": "^4.17.21",
"mongoose-sequence": "^5.3.1",
"nanoid": "^3.1.30",
"stream-wormhole": "^1.1.0",
"vue": "^3.2.22"
},
"devDependencies": {
"@types/ali-oss": "^6.16.2",
"@types/busboy": "^0.3.1",
"@types/jsonwebtoken": "^8.5.5",
"@types/lodash": "^4.14.178",
"@types/mocha": "^2.2.40",
"@types/node": "^16.11.7",
"@types/sharp": "^0.29.4",
"@types/supertest": "^2.0.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"egg-bin": "^4.11.0",
"egg-ci": "^1.8.0",
"egg-mock": "^3.16.0",
"eslint": "^6.7.2",
"eslint-config-egg": "^8.0.0",
"filemanager-webpack-plugin": "^6.1.7",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5",
"release-it": "^14.12.3",
"tslib": "^1.9.0",
"typescript": "^4.4.3",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
},
"engines": {
"node": ">=8.9.0"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"eslintIgnore": [
"coverage"
],
"author": "Jack",
"license": "MIT"
}