-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.05 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
{
"name": "@bearjam/dream-builder",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"clean": "rimraf .next"
},
"dependencies": {
"@bearjam/tom": "^0.2.6",
"@hookform/resolvers": "1.3.0",
"@juggle/resize-observer": "^3.3.0",
"@react-three/drei": "^4.1.8",
"@react-three/fiber": "^7.0.1",
"@samuelmeuli/font-manager": "^1.4.0",
"@tailwindcss/typography": "^0.4.0",
"@types/node-fetch": "^2.5.10",
"@types/react-color": "^3.0.4",
"@types/react-modal": "^3.12.0",
"@types/react-tabs": "^2.3.2",
"@types/uuid": "^8.3.0",
"@use-gesture/react": "^10.0.0-beta.11",
"@use-it/event-listener": "^0.1.6",
"clsx": "^1.1.1",
"font-picker-react": "^3.5.2",
"fp-ts": "^3.0.0-alpha.16",
"framer-motion": "2.9.4",
"glsl-gamma": "^2.0.0",
"glslify": "^7.1.1",
"glslify-loader": "^2.0.0",
"immer": "^8.0.1",
"localforage": "^1.9.0",
"next": "^11.1.2",
"node-fetch": "^2.6.1",
"query-string": "^6.14.1",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-color": "^2.19.3",
"react-dom": "^17.0.1",
"react-flip-toolkit": "^7.0.13",
"react-hook-form": "^6.15.4",
"react-hotkeys-hook": "^3.2.1",
"react-merge-refs": "^1.1.0",
"react-modal": "^3.12.1",
"react-spring": "^9.1.1",
"react-tabs": "^3.2.1",
"react-use": "^17.2.1",
"react-use-measure": "^2.0.4",
"rematrix": "^0.7.2",
"serialize-error": "^8.0.1",
"swr": "^0.5.3",
"tailwindcss": "^2.0.4",
"three": "^0.126.1",
"unsplash-js": "^7.0.4",
"use-debounce": "^6.0.1",
"uuid": "^8.3.2",
"zod": "^3.10.1",
"zustand": "^3.3.3"
},
"devDependencies": {
"@types/node": "^14.14.33",
"@types/react": "^17.0.3",
"@types/tailwindcss": "^2.0.2",
"@types/three": "^0.126.1",
"autoprefixer": "^10.0.4",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^6.3.0",
"postcss": "^8.1.10",
"rimraf": "^3.0.2",
"typescript": "^4.4.4"
}
}