-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.23 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
{
"name": "boundless-garden",
"version": "0.1.0",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.0.1",
"@radix-ui/react-icons": "1.1.1",
"@react-three/drei": "^9.23.5",
"@react-three/fiber": "^8.6.0",
"@react-three/postprocessing": "^2.6.2",
"@stitches/react": "^1.2.7",
"@types/d3": "^7.0.0",
"@types/react-d3-graph": "^2.6.1",
"@types/three": "^0.130.1",
"@vercel/kv": "^0.2.2",
"d3": "^5.5.0",
"date-fns": "^2.24.0",
"framer-motion": "^6.5.1",
"jotai": "^1.7.4",
"leva": "^0.9.34",
"next": "12.2.5",
"react": "18.2.0",
"react-d3-graph": "^2.6.0",
"react-dom": "18.2.0",
"react-twitter-embed": "^4.0.4",
"rxjs": "^7.5.6",
"swr": "^2.2.1",
"three": "^0.143.0",
"zustand": "^3.5.7",
"zzfx": "^1.2.0"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/react": "18.0.17",
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"eslint-plugin-mdx": "^1.14.1",
"typescript": "4.3.5"
}
}