Files
sternboard/web/package.json
T
millaguie 782c3e79b0
CI/CD Pipeline / test (push) Successful in 20s
CI/CD Pipeline / build-and-push (push) Successful in 1m23s
build(deps): typescript 6 (#16)
Co-authored-by: Millaguie <millaguie@gmail.com>
Co-committed-by: Millaguie <millaguie@gmail.com>
2026-06-27 23:02:33 +02:00

27 lines
613 B
JSON

{
"name": "sternboard-web",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview --port 5173"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0",
"typescript": "^6.0.0",
"vite": "^8.0.0"
}
}