32 lines
696 B
JSON
32 lines
696 B
JSON
{
|
|
"name": "songsense",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@types/node": "^25.1.0",
|
|
"@types/react": "^19.2.10",
|
|
"@types/uuid": "^10.0.0",
|
|
"framer-motion": "^12.29.2",
|
|
"next": "^16.1.6",
|
|
"postcss": "^8.5.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"socket.io": "^4.8.3",
|
|
"socket.io-client": "^4.8.3",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"uuid": "^13.0.0"
|
|
}
|
|
}
|