-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.25 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
{
"name": "web",
"type": "module",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.12",
"@types/node": "^25.9.2",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^6.0.1",
"bootstrap": "5.3.8",
"d3": "7.9.0",
"jquery": "4.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.10",
"react-bootstrap-icons": "^1.4.0",
"react-dom": "^18.2.0",
"react-router-dom": "7.17.0",
"typescript": "^6.0.3",
"underscore": "^1.13.8",
"vite": "^8.0.16",
"vite-tsconfig-paths": "^6.1.1"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"orgnetsim": "'../orgnetsim/orgnetsim serve ../temp' && npm start",
"tsc": "tsc",
"test": "vitest",
"coverage": "vitest --coverage",
"coverage-report": "vitest run --coverage"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@testing-library/react": "^16.3.2",
"@types/jsdom": "^21.1.6",
"@vitest/coverage-v8": "4.1.2",
"jsdom": "^24.0.0",
"vitest": "4.1.2"
}
}