forked from intuition-box/Graph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.28 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.28 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "playermap_graph",
"version": "0.2.6",
"private": false,
"description": "A React library for intuition visualization using force-directed graphs",
"author": "Agent Studio",
"license": "MIT",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "src/index.d.ts",
"files": [
"dist",
"src/index.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Agent-BossFighters/playermap-graph.git"
},
"keywords": [
"react",
"visualization",
"force-graph",
"d3"
],
"homepage": "https://graph.i7n.thp-lab.org",
"dependencies": {
"3d-force-graph-vr": "^3.1.1",
"axios": "^1.9.0",
"d3": "^7.9.0",
"d3-force-3d": "^3.0.5",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-force-graph": "^1.44.7",
"react-force-graph-2d": "^1.25.8",
"react-force-graph-3d": "^1.24.6",
"react-icons": "^5.5.0",
"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",
"build:lib": "vite build",
"prepublishOnly": "npm run build:lib",
"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"
]
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"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",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.4.1",
"gh-pages": "^6.2.0",
"vite": "^5.4.19"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}