-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.84 KB
/
package.json
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
{
"name": "wikigraph",
"version": "0.1.0",
"homepage": "https://pocket-titan.github.io/wikigraph",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.3",
"@react-spring/web": "^9.7.3",
"@react-three/drei": "^9.97.3",
"@react-three/fiber": "^8.15.16",
"@react-three/postprocessing": "^2.15.13",
"@tweenjs/tween.js": "^23.1.1",
"chance": "^1.1.7",
"cross-fetch": "^3.0.6",
"generatorics": "^1.1.0",
"immer": "^8.0.1",
"lodash": "^4.17.20",
"postprocessing": "^6.34.2",
"query-string": "^6.13.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"react-swipeable": "^6.0.1",
"three": "^0.161.0",
"three.meshline": "^1.4.0",
"typescript": "^5.3.3",
"use-query-params": "^2.2.1",
"web-vitals": "^0.2.4",
"wtf-plugin-html": "^0.2.1",
"wtf_wikipedia": "^8.5.1",
"zustand": "^4.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"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": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/chance": "^1.1.1",
"@types/jest": "^26.0.15",
"@types/lodash": "^4.14.168",
"@types/node": "^20.11.16",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/three": "^0.161.2",
"gh-pages": "^3.1.0"
}
}