-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
56 lines (56 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview src/index.tsx",
"tutorial": "remotion preview src/tutorial.tsx",
"build": "remotion render src/index.tsx Main out.mov",
"build:sequence": "remotion render src/index.tsx Main out --sequence",
"upgrade": "remotion upgrade",
"server": "ts-node server.tsx",
"test": "eslint src --ext ts,tsx,js,jsx && tsc",
"lint": "eslint --ext .ts,.tsx . --max-warnings 0",
"tsc": "tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@monaco-editor/react": "^4.3.1",
"@remotion/bundler": "4.0.31",
"@remotion/cli": "4.0.31",
"@remotion/eslint-config": "4.0.31",
"@remotion/renderer": "4.0.31",
"@types/express": "^4.17.9",
"@types/react": "^18.2.21",
"@types/web": "^0.0.52",
"abs-svg-path": "^0.1.1",
"color": "^3.1.3",
"eslint": "^7.15.0",
"express": "^4.17.1",
"lodash": "^4.17.21",
"normalize-svg-path": "^1.1.0",
"parse-svg-path": "^0.1.2",
"prism-react-renderer": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-katex": "^2.0.2",
"react-native-web": "^0.16.3",
"remotion": "4.0.31",
"simplex-noise": "^3.0.1",
"styled-components": "^5.3.3",
"svg-path-properties": "^1.0.11",
"ts-node": "^9.1.1",
"typescript": "5.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/color": "^3.0.1",
"@types/lodash": "^4.14.170",
"@types/react-dom": "^18.2.7",
"@types/react-native": "^0.72.2",
"@types/styled-components": "^5.1.22",
"@types/uuid": "^8.3.0",
"eslint-config-react-native-wcandillon": "^3.6.1"
}
}