-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.4 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.4 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
{
"name": "intuition-visualization",
"version": "0.1.0",
"private": true,
"homepage": "https://graph.i7n.thp-lab.org",
"dependencies": {
"@rainbow-me/rainbowkit": "1.3.2",
"wagmi": "1.4.13",
"viem": "1.21.4",
"d3": "^7.9.0",
"d3-force-3d": "^3.0.5",
"@tanstack/react-query": "^5.32.0",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-force-graph": "^1.44.7",
"react-force-graph-2d": "^1.25.8",
"react-force-graph-3d": "^1.24.6",
"react-scripts": "5.0.1",
"three": "^0.170.0",
"three-spritetext": "^1.9.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"gh-pages": "^6.2.0"
}
}