-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.68 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.68 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
{
"name": "plm-cloud-frontend-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.3.0",
"@ant-design/pro-components": "^2.8.10",
"@ant-design/pro-layout": "^7.22.7",
"@ant-design/pro-table": "^3.21.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.8",
"@mui/material": "^7.3.8",
"@reduxjs/toolkit": "^2.11.2",
"@types/node-forge": "^1.3.14",
"@types/three": "^0.183.1",
"@xyflow/react": "^12.10.1",
"ag-grid-community": "^35.0.1",
"ag-grid-react": "^35.0.1",
"ahooks": "^3.9.6",
"antd": "^6.1.2",
"axios": "^1.13.2",
"dayjs": "^1.11.19",
"echarts": "^6.0.0",
"next": "^16.1.1",
"node-forge": "^1.4.0",
"path-to-regexp": "^8.4.2",
"quill": "^2.0.2",
"rc-field-form": "^2.7.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-quill-new": "^3.7.0",
"react-redux": "^9.2.0",
"react-resizable": "^3.1.3",
"three": "^0.183.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-resizable": "^3.0.8",
"eslint": "^9.25.1",
"eslint-config-next": "^16.1.1",
"save": "^2.9.0",
"typescript": "^5"
},
"overrides": {
"path-to-regexp": "^8.4.2",
"@ant-design/pro-layout": {
"path-to-regexp": "^8.4.2"
}
}
}