add package.json
This commit is contained in:
parent
40023826c1
commit
877cddf500
1 changed files with 9 additions and 0 deletions
9
package.json
Normal file
9
package.json
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"name": "aethex-live",
|
||||||
|
"version": "2.0.0",
|
||||||
|
"private": true,
|
||||||
|
"engines": { "node": ">=20.9.0" },
|
||||||
|
"scripts": { "dev": "node server.js", "build": "next build", "start": "NODE_ENV=production node server.js", "lint": "eslint" },
|
||||||
|
"dependencies": { "hls.js": "^1.6.15", "next": "16.1.6", "node-media-server": "^4.2.4", "react": "19.2.3", "react-dom": "19.2.3", "socket.io": "^4.8.3", "socket.io-client": "^4.8.3" },
|
||||||
|
"devDependencies": { "@est-config-next": "16.1.6", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "tailwindcss": "^4", "typescript": "^5" }
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue