Files

31 lines
643 B
JSON

{
"name": "unloze-playtime-display",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3547",
"build": "next build",
"start": "next start -p 3547",
"lint": "next lint"
},
"dependencies": {
"next": "15.5.23",
"react": "18.3.1",
"react-dom": "18.3.1",
"mysql2": "3.11.3"
},
"devDependencies": {
"typescript": "5.6.3",
"@types/node": "20.16.11",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"tailwindcss": "3.4.13",
"postcss": "8.5.26",
"autoprefixer": "10.4.20"
},
"overrides": {
"postcss": "8.5.26",
"sharp": "0.35.3"
}
}