-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
44 lines (44 loc) · 1.19 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"video": "remotion preview remotion/index.ts"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.5",
"@headlessui/react": "^1.7.4",
"@remotion/cli": "^3.3.25",
"@remotion/player": "^3.3.25",
"@remotion/preload": "^3.3.32",
"@tailwindcss/container-queries": "^0.1.0",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.20.4",
"@vercel/og": "^0.0.27",
"clsx": "^1.2.1",
"jotai": "^1.10.0",
"next": "^13.1.2",
"postcss-loader": "^7.0.2",
"postcss-preset-env": "^7.8.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.39.4",
"react-icons": "^4.7.1",
"react-select": "^5.7.0",
"remotion": "^3.3.25",
"remotion-animated": "^1.0.2"
},
"devDependencies": {
"@types/node": "18.11.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.4",
"typescript": "4.8.4"
}
}