-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.54 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "client",
"version": "0.0.0-alpha.2",
"license": "MIT",
"private": true,
"homepage": ".",
"dependencies": {
"@blueprintjs/core": "^4.2.0",
"@blueprintjs/popover2": "^1.1.4",
"@blueprintjs/select": "^4.1.3",
"@react-hook/window-size": "^3.0.7",
"3d-force-graph": "^1.70.10",
"d3-array": "^3.2.0",
"d3-color": "^3.1.0",
"d3-dag": "^0.11.3",
"d3-dsv": "^3.0.1",
"d3-fetch": "^3.0.1",
"d3-force": "^3.0.0",
"d3-force-3d": "^3.0.3",
"d3-polygon": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.1.0",
"fs": "^0.0.1-security",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"ml-pca": "^4.0.2",
"process": "^0.11.10",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.3.0",
"recoil": "^0.7.4",
"rollup-plugin-node-builtins": "^2.1.2",
"three-spritetext": "^1.6.5",
"typescript": "^4.8.2",
"umap-js": "^1.3.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build"
},
"browser": {
"fs": false,
"path": false,
"os": false,
"net": false,
"tls": false
},
"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.16.4",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/d3-array": "^3.0.3",
"@types/d3-color": "^3.0.2",
"@types/d3-fetch": "^3.0.1",
"@types/d3-force": "^3.0.3",
"@types/d3-polygon": "^3.0.0",
"@types/d3-scale": "^4.0.2",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/d3-selection": "^3.0.2",
"@types/d3-shape": "^3.0.2",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.181",
"@types/node": "^18.11.18",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.3",
"@types/three": "^0.139.0",
"@vitejs/plugin-react": "^3.0.0",
"env-cmd": "^10.1.0",
"vite": "^4.0.4",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.3"
},
"prettier": {
"printWidth": 120
}
}