-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.57 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
{
"name": "draft-calculator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@pebble-engine/core": "0.0.28",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@tailwindcss/typography": "^0.5.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"daisyui": "^2.24.0",
"kofi-button": "^1.1.1",
"lucide-react": "^0.321.0",
"mobx": "^6.6.1",
"mobx-react": "^7.5.2",
"next": "12.2.5",
"next-seo": "^5.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.0",
"react-markdown": "^8.0.7",
"remark-gfm": "^3.0.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"three": "^0.161.0",
"troika-three-text": "^0.49.0",
"troika-three-utils": "^0.49.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@pebble-engine/studio": "^0.0.31",
"@types/node": "18.7.13",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/three": "^0.160.0",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}