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-06 14:52:39 +01:00
|
|
|
"classnames": "^2.5.1",
|
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",
|
2024-10-06 14:52:39 +01:00
|
|
|
"autoprefixer": "^10.4.20",
|
2024-10-05 22:11:55 +01:00
|
|
|
"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",
|
2024-10-06 14:52:39 +01:00
|
|
|
"postcss": "^8.4.47",
|
|
|
|
"prettier": "^3.3.3",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
|
|
"tailwindcss": "^3.4.13",
|
2024-10-05 22:11:55 +01:00
|
|
|
"typescript": "^5.5.3",
|
|
|
|
"typescript-eslint": "^8.7.0",
|
|
|
|
"vite": "^5.4.8"
|
|
|
|
}
|
|
|
|
}
|