-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "essentials-web-config-app",
"version": "0.1.0",
"type": "module",
"private": true,
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@reduxjs/toolkit": "^2.11.2",
"@xyflow/react": "^12.10.2",
"axios": "^1.14.0",
"bootstrap": "^5.3.8",
"dagre": "^0.8.5",
"lodash": "^4.17.21",
"react": "^19.2.4",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.4",
"react-redux": "^9.2.0",
"react-router-dom": "^7.13.2",
"react-scroll-to-bottom": "^4.2.0",
"sass": "^1.98.0",
"web-vitals": "^5.2.0"
},
"scripts": {
"start": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/dagre": "^0.7.54",
"@types/lodash": "^4.17.24",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-scroll-to-bottom": "^4.2.5",
"@vitejs/plugin-react": "^6.0.1",
"jsdom": "^29.0.1",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"vite-plugin-svgr": "^5.0.0",
"vitest": "^4.1.2"
}
}