-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 899 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 899 Bytes
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
{
"name": "nocode-human-landing",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"convex": "convex dev",
"video:studio": "remotion studio src/video/index.ts",
"video:render": "remotion render src/video/index.ts NoCodeHumanPromo out/nocode-human-promo.mp4"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^5.0.5",
"@polar-sh/checkout": "^0.2.1",
"@remotion/cli": "^4.0.457",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.2.2",
"convex": "^1.37.0",
"lucide-react": "^1.16.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"remotion": "^4.0.457",
"three": "^0.184.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/three": "^0.184.1"
}
}