-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
46 lines (46 loc) · 1.23 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
39
40
41
42
43
44
45
46
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview src/index.tsx",
"build": "remotion render src/index.tsx Story 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.1.2",
"@remotion/cli": "^2.1.2",
"@remotion/eslint-config": "^2.1.0",
"@remotion/renderer": "^2.1.2",
"@types/express": "^4.17.9",
"@types/lodash": "^4.14.169",
"@types/react": "^17.0.0",
"@types/react-native": "^0.63.50",
"@types/styled-components": "^5.1.7",
"aws-sdk": "^2.853.0",
"date-fns": "^2.17.0",
"dotenv": "^8.2.0",
"eslint": "^7.15.0",
"express": "^4.17.1",
"lodash": "^4.17.21",
"polished": "^4.1.1",
"prettier": "^2.2.1",
"prettier-plugin-organize-imports": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"react-markdown": "^5.0.3",
"react-native": "^0.63.4",
"react-native-dom": "^0.5.0",
"react-native-web": "^0.15.0",
"remotion": "^2.1.2",
"slackbot": "0.0.2",
"styled-components": "^5.2.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"xns": "^2.0.7"
}
}