|
a |
|
b/package.json |
|
|
1 |
{ |
|
|
2 |
"name": "quantum-ai-genomics", |
|
|
3 |
"version": "0.1.0", |
|
|
4 |
"private": true, |
|
|
5 |
"dependencies": { |
|
|
6 |
"@emotion/react": "^11.14.0", |
|
|
7 |
"@emotion/styled": "^11.14.0", |
|
|
8 |
"@mui/icons-material": "^6.4.6", |
|
|
9 |
"@mui/material": "^6.4.6", |
|
|
10 |
"@reduxjs/toolkit": "^2.6.0", |
|
|
11 |
"@testing-library/dom": "^10.4.0", |
|
|
12 |
"@testing-library/jest-dom": "^6.6.3", |
|
|
13 |
"@testing-library/react": "^16.2.0", |
|
|
14 |
"@testing-library/user-event": "^13.5.0", |
|
|
15 |
"@types/d3": "^7.4.3", |
|
|
16 |
"@types/jest": "^27.5.2", |
|
|
17 |
"@types/node": "^16.18.126", |
|
|
18 |
"@types/react": "^19.0.10", |
|
|
19 |
"@types/react-dom": "^19.0.4", |
|
|
20 |
"@types/recharts": "^1.8.29", |
|
|
21 |
"@types/three": "^0.174.0", |
|
|
22 |
"@types/websocket": "^1.0.10", |
|
|
23 |
"d3": "^7.9.0", |
|
|
24 |
"react": "^19.0.0", |
|
|
25 |
"react-dom": "^19.0.0", |
|
|
26 |
"react-redux": "^9.2.0", |
|
|
27 |
"react-router-dom": "^7.2.0", |
|
|
28 |
"react-scripts": "5.0.1", |
|
|
29 |
"recharts": "^2.15.1", |
|
|
30 |
"three": "^0.174.0", |
|
|
31 |
"typescript": "^4.9.5", |
|
|
32 |
"web-vitals": "^2.1.4", |
|
|
33 |
"websocket": "^1.0.35" |
|
|
34 |
}, |
|
|
35 |
"scripts": { |
|
|
36 |
"start": "react-scripts start", |
|
|
37 |
"build": "react-scripts build", |
|
|
38 |
"test": "react-scripts test", |
|
|
39 |
"eject": "react-scripts eject" |
|
|
40 |
}, |
|
|
41 |
"eslintConfig": { |
|
|
42 |
"extends": [ |
|
|
43 |
"react-app", |
|
|
44 |
"react-app/jest" |
|
|
45 |
] |
|
|
46 |
}, |
|
|
47 |
"browserslist": { |
|
|
48 |
"production": [ |
|
|
49 |
">0.2%", |
|
|
50 |
"not dead", |
|
|
51 |
"not op_mini all" |
|
|
52 |
], |
|
|
53 |
"development": [ |
|
|
54 |
"last 1 chrome version", |
|
|
55 |
"last 1 firefox version", |
|
|
56 |
"last 1 safari version" |
|
|
57 |
] |
|
|
58 |
} |
|
|
59 |
} |