From f90be4a7c4addb1ab23b5a770a5590641c8cbf56 Mon Sep 17 00:00:00 2001 From: zio Date: Mon, 1 Jun 2026 22:12:56 +0900 Subject: [PATCH] feat: add frontend/package.json --- frontend/package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 frontend/package.json diff --git a/frontend/package.json b/frontend/package.json new file mode 100644 index 00000000..a947895d --- /dev/null +++ b/frontend/package.json @@ -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" + } +}