scrummie-poker/package.json

34 lines
838 B
JSON
Raw Normal View History

2024-10-05 22:11:55 +01:00
{
"name": "scrummie-poker",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2024-10-06 13:15:36 +01:00
"@tanstack/react-form": "^0.33.0",
"@tanstack/react-router": "^1.62.0",
"appwrite": "^16.0.2",
2024-10-05 22:11:55 +01:00
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.11.1",
2024-10-06 13:15:36 +01:00
"eslint-plugin-react": "^7.37.1",
2024-10-05 22:11:55 +01:00
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"typescript": "^5.5.3",
"typescript-eslint": "^8.7.0",
"vite": "^5.4.8"
}
}