-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 876 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": "AdventOfCode2023",
"version": "1.0.0",
"description": "Visualizations for the Advent of code 2023",
"scripts": {
"start": "remotion studio",
"build": "remotion render AdventOfCode2023 out/AdventOfCode2023.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "4.0.79",
"@remotion/google-fonts": "4.0.79",
"@remotion/paths": "4.0.79",
"@remotion/zod-types": "4.0.79",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remotion": "4.0.79",
"tone": "^14.7.77",
"zod": "^3.22.4"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.79",
"@types/react": "^18.2.38",
"@types/web": "^0.0.119",
"eslint": "^8.54.0",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
}
}