31 lines
762 B
JSON
31 lines
762 B
JSON
{
|
|
"name": "tssbot-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0 --port 3001",
|
|
"build": "vite build",
|
|
"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",
|
|
"vite": "^6.3.5",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|