Files
pulse-web/package.json
Cosmo 8313920c44
Some checks failed
CI / lint-test (push) Failing after 26s
CI / lint-test (pull_request) Failing after 33s
ci: add eslint, vitest coverage, improved CI and deploy workflows
2026-03-26 18:35:00 +00:00

52 lines
1.4 KiB
JSON

{
"name": "habits-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@tanstack/react-query": "^5.17.0",
"axios": "^1.6.5",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.3",
"lucide-react": "^0.312.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.0",
"recharts": "^2.12.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.5.0",
"@storybook/addon-themes": "^8.5.0",
"@storybook/blocks": "^8.5.0",
"@storybook/react": "^8.5.0",
"@storybook/react-vite": "^8.5.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^4.1.2",
"autoprefixer": "^10.4.17",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"jsdom": "^28.1.0",
"postcss": "^8.4.33",
"storybook": "^8.5.0",
"tailwindcss": "^3.4.1",
"vite": "^5.0.12",
"vitest": "^4.0.18"
}
}