-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 1.92 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
{
"name": "edatamate",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"mock": "cd src/mock && nodemon --config nodemon.json --inspect=0.0.0.0:9229 mock.cjs --env=development --port=8002",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"@types/dompurify": "^3.0.5",
"@xyflow/react": "^12.8.3",
"antd": "^5.27.0",
"dompurify": "^3.4.10",
"i18next": "^25.8.0",
"jssha": "^3.3.1",
"jszip": "^3.10.1",
"lucide-react": "^0.539.0",
"mammoth": "^1.11.0",
"react": "^18.1.1",
"react-dom": "^18.1.1",
"react-force-graph-2d": "^1.29.0",
"react-force-graph-3d": "^1.29.0",
"react-i18next": "^16.5.4",
"react-markdown": "^10.1.0",
"react-pdf": "^10.4.1",
"react-redux": "^9.2.0",
"react-router": "^7.8.0",
"react-syntax-highlighter": "^16.1.0",
"recharts": "2.15.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^2.5.2",
"three-spritetext": "^1.8.4"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.12",
"@types/node": "^24.2.1",
"@types/react": "^18.1.10",
"@types/react-dom": "^18.1.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/three": "^0.182.0",
"@vitejs/plugin-react": "^5.0.0",
"body-parser": "^2.2.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"express": "^5.1.0",
"express-session": "^1.18.2",
"fs-extra": "^11.3.1",
"globals": "^16.3.0",
"lodash": "^4.17.21",
"minimist": "^1.2.8",
"mockjs": "^1.1.0",
"nodemon": "^3.1.10",
"postcss": "^8.5.6",
"session-file-store": "^1.5.0",
"tailwindcss": "^4.1.12",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.2"
}
}