-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
96 lines (96 loc) · 2.86 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": "kust-gateway-dashboard",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "1.9.0",
"@rtk-incubator/rtk-query": "^0.3.0",
"@tanstack/react-virtual": "^3.0.0-beta.22",
"@types/jest": "27.5.2",
"@types/react": "17.0.52",
"@types/lodash": "^4.14.187",
"@types/node": "^16.18.0",
"@types/react-dom": "17.0.18",
"@types/react-redux": "7.1.24",
"antd": "4.24.2",
"https-browserify": "^1.0.0",
"lodash": "^4.17.21",
"monaco-editor": "^0.33.0",
"monaco-yaml": "^4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-monaco-editor": "^0.49.0",
"react-redux": "7.2.9",
"react-router-dom": "6.4.3",
"react-scripts": "5.0.1",
"react-use": "17.4.0",
"react-uuid": "^2.0.0",
"stream-http": "^3.2.0",
"styled-components": "5.3.6",
"typescript": "4.9.3",
"url": "^0.11.0",
"util": "^0.12.5",
"yaml": "1.10.2"
},
"scripts": {
"less": "lessc --js src/antd-theme/antd-customized.less src/antd-theme/antd-customized.css",
"start": "npm run less && craco start",
"build": "npm run less && craco build",
"test": "craco test",
"generate-api": "npx @rtk-query/codegen-openapi openapi-config.ts",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "7.0.0-alpha.1",
"@rtk-query/codegen-openapi": "^1.0.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-resizable": "1.7.4",
"@types/react-tracking": "^8.1.3",
"@types/styled-components": "5.1.22",
"@types/swagger-ui-react": "4.1.1",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"buffer": "^6.0.3",
"clean-deep": "3.4.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-unused-imports": "2.0.0",
"less": "4.1.2",
"monaco-editor-webpack-plugin": "^7.0.1",
"prettier": "2.5.1",
"process": "^0.11.10",
"react-resizable": "3.0.4",
"resize-observer-polyfill": "1.5.1",
"source-map-explorer": "^2.5.3",
"stream-browserify": "3.0.0",
"swagger-ui-react": "4.10.3",
"worker-loader": "^3.0.8"
}
}