forked from JonnyBurger/favorite-colors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 921 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
33
34
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview src/index.tsx",
"build": "remotion render src/index.tsx HelloWorld 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": "^2.0.0",
"@remotion/cli": "^2.0.0",
"@remotion/eslint-config": "^2.0.0",
"@remotion/renderer": "^2.0.0",
"@types/color-namer": "^1.3.0",
"@types/express": "^4.17.9",
"@types/react": "^17.0.0",
"color-namer": "^1.4.0",
"eslint": "^7.15.0",
"express": "^4.17.1",
"polished": "^4.1.2",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remotion": "^2.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}