-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.98 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
66
67
68
69
70
71
{
"name": "budget-YouTube",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"bussin": "npx yarn install && npx yarn build && npx yarn start"
},
"dependencies": {
"@tedconf/fessonia": "^2.2.1",
"@types/uuid": "^8.3.0",
"ajv": "^8.6.2",
"axios": "^0.21.1",
"bootstrap": "5.0.1",
"date-fns": "^2.22.1",
"dotenv": "^10.0.0",
"ffmpeg-extract-frames": "^2.0.2",
"ffmpeg-static": "^4.4.0",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.0.0",
"js-cookie": "^2.2.1",
"mime-types": "^2.1.31",
"multer": "^1.4.2",
"next": "^11.0.0",
"next-connect": "^0.10.1",
"next-pwa": "^5.2.21",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.2",
"react-hook-form": "^7.9.0",
"react-icons": "^4.2.0",
"react-is": "^17.0.2",
"react-player": "^2.9.0",
"serverless-mysql": "^1.5.4",
"sharp": "^0.28.3",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"sql-template-strings": "^2.2.2",
"sqlite": "^4.0.23",
"sqlite3": "^5.0.2",
"styled-components": "^5.3.0",
"swr": "^0.5.6",
"uuid": "^8.3.2",
"workerpool": "^6.1.5"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@types/ffmpeg-static": "^3.0.0",
"@types/ffprobe": "^1.1.1",
"@types/ffprobe-static": "^2.0.0",
"@types/js-cookie": "^2.2.6",
"@types/mime-types": "^2.1.0",
"@types/multer": "^1.4.6",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/sharp": "^0.28.3",
"@types/sqlite3": "^3.1.7",
"@types/styled-components": "^5.1.10",
"@types/workerpool": "^6.0.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"typescript": "^4.3.4"
}
}