-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "zcash-gui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write .",
"lint": "next lint"
},
"dependencies": {
"3d-force-graph": "^1.71.4",
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@google-cloud/storage": "^6.9.5",
"@mantine/core": "^5.4.0",
"@mantine/hooks": "^5.4.0",
"@mantine/modals": "^5.4.0",
"@mantine/next": "^5.4.0",
"@tabler/icons": "^1.96.0",
"@webgpu/types": "^0.1.31",
"chart.js": "^3.9.1",
"cookies-next": "^2.1.1",
"formidable": "^2.1.1",
"gl-matrix": "^3.4.3",
"hammerjs": "^2.0.8",
"next": "^13.3.4",
"ngraph.centrality": "^2.1.0",
"ngraph.graph": "^20.0.1",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"react-table": "^7.8.0"
},
"devDependencies": {
"@types/dat.gui": "^0.7.9",
"@types/express": "^4.17.17",
"@types/gl-matrix": "^3.2.0",
"@types/hammerjs": "^2.0.41",
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react-dom": "18.0.6",
"@types/react-table": "^7.7.12",
"@types/webgl2": "^0.0.7",
"eslint": "8.23.1",
"eslint-config-next": "^13.3.4",
"install": "^0.13.0",
"npm": "^8.19.2",
"prettier": "=2.7.1",
"typescript": "^5.0.4"
}
}