-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "guess-quiz",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion studio",
"build": "remotion render Flags out/video.mp4",
"upgrade": "remotion upgrade",
"test": "eslint src --ext ts,tsx,js,jsx && tsc",
"scraper-flag": "ts-node scraper/flags/index.ts",
"flag-start": "npm run scraper-flag && npm run start",
"flag-build": "npm run scraper-flag && npm run build"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/cli": "4.0.98",
"@remotion/zod-types": "4.0.98",
"axios": "^1.6.7",
"dotenv": "^16.4.1",
"node-html-parser": "^6.1.12",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "4.0.98",
"ts-node": "^10.9.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@remotion/eslint-config": "4.0.98",
"@types/react": "^18.0.26",
"@types/web": "^0.0.86",
"eslint": "^8.43.0",
"prettier": "^2.8.8",
"typescript": "^4.9.4"
},
"packageManager": "npm@10.3.0"
}