-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "contributor-of-the-xxx-js",
"version": "1.0.0",
"description": "My Remotion video",
"sideEffects": [
"*.css"
],
"scripts": {
"start": "remotion preview src/index.tsx",
"build": "remotion render src/index.tsx MyComp out/video.mp4",
"upgrade": "remotion upgrade",
"format": "prettier --write src/**/*.{js,ts,jsx,tsx}",
"test": "eslint src --ext ts,tsx,js,jsx && tsc"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^18.11.3",
"@types/react": "^18.0.6",
"@types/web": "^0.0.61",
"autoprefixer": "10.4.4",
"css-loader": "^6.7.1",
"postcss": "8.4.12",
"postcss-loader": "6.2.1",
"postcss-preset-env": "7.4.3",
"style-loader": "^3.3.1",
"tailwindcss": "^3.1.6",
"webpack": "^5.72.0"
},
"dependencies": {
"@octokit/rest": "^19.0.5",
"@remotion/cli": "3.2.34",
"@remotion/eslint-config": "3.2.34",
"eslint": "^8.14.0",
"prettier": "^2.6.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"remotion": "3.2.34",
"typescript": "4.6.3"
},
"author": "HackSquadDev"
}