42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "owof-announcements",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "nodemon -w src/server -x tsx src/server/main.ts",
|
|
"start": "NODE_ENV=production tsx src/server/main.ts",
|
|
"build": "vite build",
|
|
"biome-full": "biome check --write"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"@fontsource/raleway": "5.2.8",
|
|
"@mui/icons-material": "^9.1.1",
|
|
"@mui/material": "^9.1.1",
|
|
"@tanstack/react-query": "^5.101.0",
|
|
"@tanstack/react-router": "^1.170.16",
|
|
"@tanstack/react-router-devtools": "^1.167.0",
|
|
"better-sqlite3": "^12.11.1",
|
|
"express": "^5.1.0",
|
|
"kysely": "^0.29.2",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.8.3",
|
|
"vite-express": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.5.0",
|
|
"@tanstack/router-plugin": "^1.168.18",
|
|
"@types/express": "^5.0.1",
|
|
"@types/node": "^22.15.2",
|
|
"@types/react": "^19.1.2",
|
|
"@types/react-dom": "^19.1.2",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"nodemon": "^3.1.10",
|
|
"vite": "^6.3.3"
|
|
}
|
|
}
|