added ram
Browse files- Remotion-app/package.json +37 -37
Remotion-app/package.json
CHANGED
@@ -1,39 +1,39 @@
|
|
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 |
}
|
|
|
1 |
{
|
2 |
+
"name": "short-test",
|
3 |
+
"version": "1.0.0",
|
4 |
+
"description": "My Remotion video",
|
5 |
+
"scripts": {
|
6 |
+
"start": "remotion studio",
|
7 |
+
"build": "node --max-old-space-size=8192 ./node_modules/.bin/remotion render HelloWorld out/video.mp4",
|
8 |
+
"upgrade": "remotion upgrade",
|
9 |
+
"test": "eslint src --ext ts,tsx,js,jsx"
|
10 |
+
},
|
11 |
+
"repository": {},
|
12 |
+
"license": "UNLICENSED",
|
13 |
+
"dependencies": {
|
14 |
+
"@radix-ui/react-icons": "^1.3.0",
|
15 |
+
"@radix-ui/react-label": "^2.0.2",
|
16 |
+
"@radix-ui/react-slot": "^1.0.2",
|
17 |
+
"@remotion/cli": "4.0.69",
|
18 |
+
"@remotion/google-fonts": "4.0.69",
|
19 |
+
"@remotion/preload": "4.0.69",
|
20 |
+
"@remotion/transitions": "4.0.69",
|
21 |
+
"@remotion/zod-types": "4.0.69",
|
22 |
+
"@remotion/tailwind": "4.0.69",
|
23 |
+
"class-variance-authority": "^0.7.0",
|
24 |
+
"clsx": "^2.1.0",
|
25 |
+
"gsap": "^3.12.4",
|
26 |
+
"gsap-trial": "^3.12.4",
|
27 |
+
"lucide-react": "^0.303.0",
|
28 |
+
"react": "^18.0.0",
|
29 |
+
"react-dom": "^18.0.0",
|
30 |
+
"remotion": "4.0.69",
|
31 |
+
"tailwind-merge": "^2.2.0",
|
32 |
+
"tailwindcss-animate": "^1.0.7",
|
33 |
+
"zod": "^3.21.4"
|
34 |
+
},
|
35 |
+
"devDependencies": {
|
36 |
+
"prettier": "^2.8.8"
|
37 |
+
},
|
38 |
+
"packageManager": "npm@9.6.7"
|
39 |
}
|