-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.43 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": "openland",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"po": "next start"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.8.4",
"@mui/styles": "^5.8.4",
"@nextui-org/react": "^1.0.0-beta.8",
"@types/styled-components": "^5.1.25",
"@use-gesture/react": "^10.2.16",
"@zeit/next-workers": "^1.0.0",
"d3-scale": "^4.0.2",
"d3-svg-annotation": "^2.5.1",
"d3fc": "^15.2.5",
"next": "12.1.6",
"nextjs-google-analytics": "^1.2.1",
"pako": "^2.0.4",
"pub-sub-es": "^2.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-loader-spinner": "^5.1.5",
"react-paginated-list": "^1.1.6",
"react-window": "^1.8.7",
"regl": "^2.1.0",
"regl-scatterplot": "git+https://github.com/naman14/regl-scatterplot.git",
"rsuite": "^5.14.0",
"sharp": "^0.30.6",
"styled-components": "^5.3.5",
"three": "^0.142.0",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@types/d3-scale": "^4.0.2",
"@types/node": "17.0.38",
"@types/pako": "^2.0.0",
"@types/react": "18.0.10",
"@types/react-dom": "18.0.5",
"@types/react-window": "^1.8.5",
"@types/three": "^0.141.0",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.2"
}
}