-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 855 Bytes
/
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
{
"name": "server",
"version": "2.3.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT"
},
"dependencies": {
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@wasm-codecs/gifsicle": "^1.0.0",
"axios": "^1.7.2",
"babel-plugin-react-compiler": "0.0.0-experimental-938cd9a-20240601",
"ffmpeg.js": "^4.2.9003",
"gifsicle-wasm-browser": "^1.5.16",
"next": "15.0.0-rc.0",
"react": "19.0.0-rc.0",
"react-dom": "19.0.0-rc.0",
"react-range-slider-input": "^3.0.7",
"stream-to-blob": "^2.0.1",
"tailwindcss": "^3.4.3",
"ws": "^8.17.0",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/node": "^20.14.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"typescript": "^5.4.5"
}
}