-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.63 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 2.63 KB
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
{
"name": "admin-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/pro-components": "^2.8.7",
"@codingapi/flow-pc": "^0.0.65",
"@codingapi/form-pc": "^0.0.65",
"@codingapi/ui-framework": "^0.0.65",
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/sortable": "^9.0.0",
"@handsontable/react-wrapper": "^15.0.0",
"@logicflow/core": "^2.0.5",
"@logicflow/extension": "^2.0.9",
"@reduxjs/toolkit": "^2.2.7",
"antd": "^5.20.6",
"axios": "^1.7.7",
"base64-js": "^1.5.1",
"handsontable": "^15.0.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.0.0",
"react-redux": "^9.1.2",
"react-router": "^6.26.2",
"react-router-dom": "^6.26.2",
"remark-gfm": "^4.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "rsbuild start --config rsbuild.config.dev.ts",
"start": "rsbuild start",
"mock": "rsbuild start --config rsbuild.config.mock.ts",
"build": "rsbuild build",
"test": "jest",
"test:watch": "jest --watchAll"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@babel/standalone": "^7.25.6",
"@module-federation/enhanced": "^0.17.0",
"@module-federation/rsbuild-plugin": "^0.17.0",
"@rsbuild/core": "1.4.7",
"@rsbuild/plugin-react": "1.3.4",
"@rsbuild/plugin-sass": "1.3.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/babel__standalone": "^7.1.7",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.7",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/node": "^16.18.108",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"babel-jest": "^29.7.0",
"css-loader": "^7.1.2",
"express": "^4.21.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mockjs": "^1.1.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"sass": "^1.89.2",
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"ts-jest": "^29.3.2",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.6.2"
}
}