-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.8 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
{
"name": "egg-view-react-loadable",
"version": "1.0.0",
"description": "React loadable SSR view plugin for egg",
"eggPlugin": {
"name": "reactLoadable"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"egg-view",
"react-loadable",
"ssr",
"react-ssr",
"loadable"
],
"dependencies": {
"@loadable/component": "^5.15.0",
"@loadable/server": "^5.15.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@loadable/babel-plugin": "^5.13.2",
"@loadable/webpack-plugin": "^5.15.0",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg": "^2.16.0",
"egg-bin": "^4.11.0",
"egg-mock": "^3.21.0",
"egg-view-nunjucks": "^2.2.0",
"eslint": "^7.32.0",
"eslint-config-ali": "^12.2.2",
"eslint-config-egg": "^9.0.0",
"eslint-plugin-jsdoc": "^37.7.1",
"eslint-plugin-node": "^11.1.0",
"husky": "^7.0.2",
"mz": "^2.7.0",
"react-router-dom": "^5.1.2"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "npm run lint -- --fix && egg-bin pkgfiles && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "egg-bin pkgfiles --check && npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles",
"autod": "autod",
"prepare": "husky install"
},
"files": [
"app",
"config",
"app.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bingdian/egg-view-react-loadable.git"
},
"bugs": {
"url": "https://github.com/bingdian/egg-view-react-loadable/issues"
},
"homepage": "https://github.com/bingdian/egg-view-react-loadable#readme",
"author": "[email protected]",
"license": "MIT"
}