Files
2026-06-21 07:29:45 -07:00

39 lines
1.1 KiB
JSON

{
"name": "tssbot-web",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 3001",
"dev:frontend": "vite --host 0.0.0.0 --port 3001",
"dev:backend": "cargo run --manifest-path backend/Cargo.toml",
"build": "vite build",
"build:frontend": "vite build",
"build:backend": "cargo build --manifest-path backend/Cargo.toml --release",
"serve": "node server.cjs",
"webhook": "node webhook.cjs",
"preview": "vite preview --host 0.0.0.0 --port 3001",
"lint": "eslint ."
},
"dependencies": {
"@tailwindcss/vite": "^4.1.8",
"@vitejs/plugin-react": "^4.5.0",
"better-sqlite3": "^12.10.0",
"gsap": "^3.15.0",
"leaflet": "^1.9.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"three": "^0.184.0",
"vite": "^6.3.5"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/react": "^19.1.5",
"@types/react-dom": "^19.1.5",
"eslint": "^9.27.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.1.0"
}
}