-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 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
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview src/index.tsx",
"build": "remotion render src/index.tsx Welcome out.mp4",
"server": "ts-node server.tsx",
"test": "eslint src --ext ts,tsx && tsc && ts-unused-exports tsconfig.json"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@react-three/fiber": "6.1.2",
"@remotion/bundler": "^2.5.2",
"@remotion/cli": "^2.5.2",
"@remotion/eslint-config": "^2.5.2",
"@remotion/renderer": "^2.5.2",
"@remotion/three": "^2.5.2",
"@types/express": "^4.17.9",
"@types/react": "^17.0.0",
"@types/styled-components": "^5.1.15",
"@types/three": "^0.133.1",
"eslint": "^7.15.0",
"express": "^4.17.1",
"polished": "^4.1.0",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"react": "^17.0.1",
"remotion": "^2.5.2",
"styled-components": "^5.3.3",
"svg-path-properties": "^1.0.11",
"three": "0.128.0",
"ts-node": "^9.1.1",
"ts-unused-exports": "^7.0.1",
"typescript": "^4.1.3"
}
}