-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
65 lines (65 loc) · 1.96 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
57
58
59
60
61
62
63
64
65
{
"name": "remotion-template",
"version": "1.0.0",
"description": "My Remotion video",
"scripts": {
"start": "remotion preview src/index.tsx",
"build": "remotion render src/index.tsx ProductHuntToday out/video.mp4 --timeout 1000000",
"upgrade": "remotion upgrade",
"server": "ts-node server.tsx",
"test": "eslint src --ext ts,tsx,js,jsx && tsc",
"fetch": "zx scripts/fetchProductHunt.mjs",
"post-tweet": "zx scripts/postTweet.mjs",
"lint": "eslint src --ext ts,tsx,js,jsx",
"lint:fix": "eslint src --ext ts,tsx,js,jsx --fix"
},
"repository": {},
"license": "UNLICENSED",
"dependencies": {
"@remotion/bundler": "^2.6.11",
"@remotion/cli": "^2.6.11",
"@remotion/gif": "^2.6.11",
"@remotion/renderer": "^2.6.11",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"autoprefixer": "^10.4.2",
"date-fns": "^2.28.0",
"date-fns-tz": "^1.3.0",
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"express": "^4.17.1",
"postcss": "^8.4.8",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.4.2",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"remotion": "^2.6.11",
"tailwindcss": "2",
"ts-node": "^9.1.1",
"twitter-api-v2": "^1.11.1",
"typescript": "^4.6.2",
"zx": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-react": "^7.16.7",
"@types/express": "^4.17.9",
"@types/node": "^17.0.21",
"@types/react": "^17.0.0",
"@types/web": "^0.0.46",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint-config-eason": "^0.0.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier-plugin-tailwindcss": "^0.1.8"
}
}