{
  "name": "testyymmdd",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "lint": "eslint --ext .js --ext .jsx src/ --fix",
    "test": "vitest --run"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "dotenv": "^17.2.3",
    "react": "^19.2.0",
    "react-dom": "^19.2.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.2",
    "@vitejs/plugin-react": "^5.1.0",
    "dotenv": "^16.3.1",
    "eslint": "^9.39.0",
    "eslint-plugin-react": "^7.37.5",
    "jsdom": "^27.1.0",
    "vite": "^7.1.12",
    "vitest": "^4.0.6"
  }
}
