-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 859 Bytes
/
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
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview src/index.jsx",
"build": "remotion render src/index.jsx Main out.mp4 ",
"upgrade": "remotion upgrade",
"server": "ts-node server.tsx",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/bundler": "^1.4.0",
"@remotion/cli": "^1.4.0",
"@remotion/eslint-config": "^1.4.0",
"@remotion/renderer": "^1.4.0",
"@types/express": "^4.17.9",
"@types/react": "^17.0.0",
"chess.js": "^0.11.0",
"chessboardjsx": "^2.4.2",
"eslint": "^7.15.0",
"express": "^4.17.1",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"react": "^17.0.1",
"remotion": "^1.4.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
}
}