33 lines
810 B
JSON
33 lines
810 B
JSON
{
|
|
"name": "patchpass-ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"tailwind:build": "echo \"tailwind is bundled by vite\"",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext .ts,.tsx"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.30.0",
|
|
"react-toastify": "^10.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.1.14",
|
|
"@types/react": "^18.3.12",
|
|
"@types/react-dom": "^18.3.1",
|
|
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
"@typescript-eslint/parser": "^8.20.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^8.57.1",
|
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
"tailwindcss": "^4.1.14",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.0.7"
|
|
}
|
|
}
|