-
-
Notifications
You must be signed in to change notification settings - Fork 276
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 618 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 618 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
{
"name": "template-stargazer",
"version": "1.0.0",
"scripts": {
"dev": "remotion studio",
"build": "remotion bundle",
"lint": "eslint src && tsc"
},
"license": "UNLICENSED",
"dependencies": {
"@remotion/bundler": "^4.0.0",
"@remotion/cli": "^4.0.0",
"@remotion/renderer": "^4.0.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"remotion": "^4.0.0",
"zod": "4.3.6"
},
"devDependencies": {
"@remotion/eslint-config-flat": "^4.0.0",
"@types/react": "19.2.7",
"eslint": "9.19.0",
"prettier": "3.8.1",
"typescript": "5.9.3"
},
"private": true
}