-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
70 lines (70 loc) · 2.13 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
{
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-progress": "^1.0.3",
"@react-three/fiber": "^8.15.12",
"@react-three/postprocessing": "^2.15.11",
"@remotion/bundler": "4.0.77",
"@remotion/cli": "^4.0.77",
"@remotion/lambda": "4.0.77",
"@remotion/motion-blur": "4.0.77",
"@remotion/player": "4.0.77",
"@remotion/tailwind": "4.0.77",
"@remotion/three": "4.0.77",
"@supabase/auth-helpers-nextjs": "latest",
"@supabase/supabase-js": "latest",
"@types/three": "^0.159.0",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.2",
"canvas-confetti": "^1.9.2",
"clsx": "^2.0.0",
"devicon": "^2.15.1",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.16",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"langchain": "^0.0.203",
"lucide-react": "^0.294.0",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"remotion": "4.0.77",
"sonner": "^1.2.4",
"tailwind-merge": "^2.1.0",
"three": "^0.159.0",
"zod-to-json-schema": "^3.22.1"
},
"description": "This project was bootstrapped with create-rubric-app",
"devDependencies": {
"@rubriclab/eslint-config": "latest",
"@rubriclab/prettier-config": "latest",
"@rubriclab/tailwind-config": "latest",
"@rubriclab/typescript-config": "latest",
"@t3-oss/env-nextjs": "^0.7.1",
"@types/node": "20.10.4",
"@types/react": "18.2.43",
"@types/react-dom": "18.2.17",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
"name": "year-in-code",
"private": true,
"scripts": {
"build": "next build",
"deploy": "bun run ./lambda/deploy.ts",
"dev": "next dev",
"format": "prettier --write . --ignore-path .gitignore",
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.json,.ts,.tsx",
"postinstall": "bun run deploy",
"start": "next start"
},
"version": "0.0.0"
}