This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.5 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
{
"name": "starter-basic",
"private": true,
"scripts": {
"dev": "yarn tinacms server:start -c \"next dev --port 3001\"",
"build": "yarn tinacms server:start -c \"next build\"",
"start": "yarn tinacms server:start -c \"next start\"",
"lint": "next lint",
"cache-posts": "node scripts/cache.js"
},
"dependencies": {
"@babel/core": "^7.16.5",
"@chakra-ui/hooks": "^1.8.4",
"@chakra-ui/react-utils": "^1.2.3",
"@chakra-ui/utils": "^1.10.4",
"@mdx-js/loader": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@next/mdx": "^12.0.7",
"@radix-ui/colors": "^0.1.7",
"@radix-ui/primitive": "^0.1.0",
"@radix-ui/react-collapsible": "^0.1.5",
"@radix-ui/react-context": "^0.1.1",
"@radix-ui/react-context-menu": "^0.1.4",
"@radix-ui/react-icons": "^1.0.3",
"@radix-ui/react-id": "^0.1.4",
"@radix-ui/react-label": "^0.1.4",
"@radix-ui/react-primitive": "^0.1.3",
"@radix-ui/react-roving-focus": "^0.1.4",
"@radix-ui/react-separator": "^0.1.3",
"@radix-ui/react-tabs": "^0.1.4",
"@radix-ui/react-use-controllable-state": "^0.1.0",
"@radix-ui/react-visually-hidden": "^0.1.3",
"@react-aria/focus": "^3.5.0",
"@react-aria/listbox": "^3.4.0",
"@react-aria/separator": "^3.1.3",
"@react-aria/utils": "^3.11.0",
"@react-stately/collections": "^3.3.4",
"@react-stately/list": "^3.4.1",
"@react-three/drei": "^8.8.1",
"@react-three/fiber": "^7.0.26",
"@stitches/react": "^1.2.5",
"@tinacms/auth": "^0.50.2",
"@types/body-scroll-lock": "^3.1.0",
"@types/three": "^0.135.0",
"babel-plugin-glsl": "^1.0.0",
"body-scroll-lock": "^4.0.0-beta.0",
"drei": "^2.2.21",
"framer-motion": "^5.0.2",
"glsl-noise": "^0.0.0",
"glslify": "^7.1.1",
"gray-matter": "^4.0.3",
"immutability-helper": "^3.1.1",
"next": "12.0.3",
"next-mdx-remote": "^3.0.8",
"next-tinacms-cloudinary": "^3.5.5",
"querystring": "^0.2.1",
"react": "17.0.2",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-is": "^17.0.2",
"react-query": "^3.34.14",
"react-use-audio-player": "^1.2.5",
"short-uuid": "^4.2.0",
"stitches-mixins": "^1.0.0",
"styled-components": "^5.1.3",
"three": "^0.137.5",
"tinacms": "^0.65.3"
},
"devDependencies": {
"@tinacms/cli": "^0.60.0",
"@types/lodash.merge": "^4.6.6",
"eslint": "7",
"eslint-config-next": "12.0.3",
"typescript": "^4.7.4"
}
}