Files
XRLMS/package.json

29 lines
612 B
JSON
Raw Normal View History

2025-10-29 21:18:01 +09:00
{
"name": "xr_lms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@types/better-sqlite3": "^7.6.13",
"better-sqlite3": "^12.4.1",
2025-11-05 15:46:16 +09:00
"next": "16.0.1",
2025-10-29 21:18:01 +09:00
"react": "19.2.0",
2025-11-05 15:46:16 +09:00
"react-dom": "19.2.0"
2025-10-29 21:18:01 +09:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
2025-11-05 15:46:16 +09:00
"@types/node": "20.19.24",
"@types/react": "19.2.2",
"@types/react-dom": "^19",
2025-10-29 21:18:01 +09:00
"eslint": "^9",
2025-11-05 15:46:16 +09:00
"eslint-config-next": "16.0.1",
"tailwindcss": "^4",
"typescript": "5.9.3"
2025-10-29 21:18:01 +09:00
}
}