feat: add frontend/package.json

This commit is contained in:
zio 2026-06-01 22:12:56 +09:00
parent d9acb7c22b
commit f90be4a7c4

26
frontend/package.json Normal file
View File

@ -0,0 +1,26 @@
{
"name": "zioinfo-mail",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"axios": "^1.7.7",
"zustand": "^4.5.5",
"dompurify": "^3.1.6",
"date-fns": "^3.6.0"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/dompurify": "^3.0.5",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.4.2"
}
}