forked from vesoft-inc/nebula-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.34 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "nebula-graph-dashboard",
"version": "1.0.2",
"description": "nebula-dashboard",
"private": true,
"egg": {
"typescript": true
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-nebula-dashboard --workers=3",
"stop": "egg-scripts stop --title=egg-server-nebula-dashboard",
"dev": "egg-bin dev --port=7003 -r egg-ts-helper/register",
"debug": "egg-bin debug -r egg-ts-helper/register",
"test-local": "egg-bin test -r egg-ts-helper/register",
"test": "npm run lint",
"cov": "egg-bin cov -r egg-ts-helper/register",
"tsc": "ets && tsc -p tsconfig.server.json",
"ci": "npm run lint && npm run cov && npm run tsc",
"autod": "autod",
"lint": "eslint 'app/**/*.{ts,tsx}' && stylelint **/*.{html,less}",
"lint-fix": "eslint 'app/**/*.{ts,tsx}' --fix && stylelint **/*.{html,less} --fix",
"clean": "ets clean",
"build": "webpack --config config/webpack.prod.ts"
},
"dependencies": {
"@antv/g2": "^4.1.22",
"@hot-loader/react-dom": "^17.0.1",
"@loadable/component": "^5.13.1",
"@rematch/core": "^1.2.0",
"@rematch/loading": "^1.2.1",
"antd": "^4.10.0",
"axios": "^0.21.1",
"child_process": "^1.0.2",
"d3": "^6.3.1",
"dayjs": "^1.9.8",
"egg": "^2.6.1",
"egg-scripts": "^2.6.0",
"egg-view-assets": "^1.4.0",
"egg-view-nunjucks": "^2.2.0",
"highcharts": "^8.1.2",
"highcharts-react-official": "^3.0.0",
"http-proxy-middleware": "^1.0.6",
"js-cookie": "^2.2.1",
"koa2-connect": "^1.0.2",
"lodash": "^4.17.15",
"react": "^17.0.0",
"react-dom": "^17.0.1",
"react-hot-loader": "^4.12.16",
"react-intl-universal": "^2.4.2",
"react-redux": "7.2.2",
"react-router-dom": "^5.1.2",
"tslib": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.1.2",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/d3": "^6.2.0",
"@types/lodash": "^4.14.144",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.17",
"@types/react": "^17.0.0",
"@types/react-router-dom": "^5.1.7",
"@types/supertest": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"antd-dayjs-webpack-plugin": "^1.0.1",
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-import": "^1.12.2",
"babel-preset-react": "^6.24.1",
"bundle-loader": "^0.5.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.0.1",
"egg-bin": "^4.6.2",
"egg-ci": "^1.8.0",
"egg-mock": "^4.0.1",
"egg-ts-helper": "^1.11.0",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsdoc": "^30.7.9",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prefer-arrow": "^1.2.2",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"husky": "^4.3.6",
"less": "^4.0.0",
"less-loader": "^7.2.1",
"mini-css-extract-plugin": "^1.3.3",
"postcss": "^8.2.2",
"prettier": "^2.2.1",
"style-loader": "^2.0.0",
"stylelint": "^13.8.0",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-standard": "^20.0.0",
"ts-loader": "^8.0.12",
"typescript": "^4.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^4.1.1",
"webpack": "^4.28.3",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.7",
"webpack-manifest-plugin": "^2.0.4",
"webpack-merge": "^4.1.4"
},
"engines": {
"node": ">=8.9.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"commit-msg": "commitlint --config ./.commitlint.js -E HUSKY_GIT_PARAMS"
}
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"eslintIgnore": [
"coverage"
],
"license": "MIT"
}