-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "asciinema-mp4",
"version": "1.0.0",
"description": "Render High Quality Terminal Output Videos",
"sideEffects": [
"*.css"
],
"scripts": {
"start": "remotion preview",
"build": "remotion render asciinema-player out/video.mov --codec prores --prores-profile 4444-xq",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/lhr0909/asciinema-mp4.git"
},
"license": "MIT",
"devDependencies": {
"@remotion/eslint-config": "^3.0.0",
"@types/react": "^18.0.26",
"@types/web": "^0.0.86",
"autoprefixer": "10.4.4",
"css-loader": "^6.7.1",
"eslint": "^8.30.0",
"postcss": "8.4.12",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.3",
"prettier": "^2.8.1",
"style-loader": "^3.3.1",
"tailwindcss": "^3.1.6",
"typescript": "^4.9.4"
},
"dependencies": {
"@remotion/cli": "3.3.37",
"asciinema-player": "^3.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "3.3.37"
},
"packageManager": "pnpm@7.26.1"
}