Files
birthday/package.json
2025-10-31 20:48:27 +01:00

36 lines
998 B
JSON

{
"name": "birthday",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"generate-pwa-assets": "pwa-assets-generator"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@typescript-eslint/eslint-plugin": "^8.46.0",
"@typescript-eslint/parser": "^8.46.0",
"@vite-pwa/assets-generator": "^1.0.0",
"@vitejs/plugin-react-swc": "^4.2.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.0.0",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.4.24",
"postcss": "^8.5.6",
"rollup-plugin-copy": "^3.5.0",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3",
"vite": "^7.0.0",
"vite-plugin-pwa": "^1.1.0"
}
}