{ "name": "karusic", "private": true, "version": "0.0.1", "description": "KAR web music application", "author": { "name": "Edouard DUPIN", "email": "yui.heero@gmail.farm" }, "license": "PROPRIETARY", "engines": { "node": ">=20" }, "scripts": { "update_packages": "ncu --target minor", "upgrade_packages": "ncu --upgrade ", "install_dependency": "pnpm install", "test": "vitest run", "test:watch": "vitest watch", "build": "tsc && vite build", "static:build": "pnpm build", "dev": "vite", "pretty": "prettier -w .", "lint": "pnpm tsc --noEmit", "storybook": "storybook dev -p 3001", "storybook:build": "storybook build && mv ./storybook-static ./public/storybook" }, "lint-staged": { "*.{ts,tsx,js,jsx,json}": "prettier --write" }, "dependencies": { "react-speech-recognition": "4.0.1", "regenerator-runtime": "0.14.1", "@trivago/prettier-plugin-sort-imports": "5.2.2", "@chakra-ui/cli": "3.17.0", "@chakra-ui/react": "3.17.0", "@emotion/react": "11.14.0", "allotment": "1.20.3", "css-mediaquery": "0.1.2", "dayjs": "1.11.13", "history": "5.3.0", "next-themes": "^0.4.6", "react": "19.1.0", "react-dom": "19.1.0", "react-error-boundary": "5.0.0", "react-icons": "5.5.0", "react-router-dom": "7.5.3", "react-select": "5.10.1", "react-use": "17.6.0", "zod": "3.24.3", "zustand": "5.0.3" }, "devDependencies": { "@chakra-ui/styled-system": "^2.12.0", "@playwright/test": "1.52.0", "@storybook/addon-actions": "8.6.12", "@storybook/addon-essentials": "8.6.12", "@storybook/addon-links": "8.6.12", "@storybook/addon-mdx-gfm": "8.6.12", "@storybook/react": "8.6.12", "@storybook/react-vite": "8.6.12", "@storybook/theming": "8.6.12", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.3.0", "@testing-library/user-event": "14.6.1", "@trivago/prettier-plugin-sort-imports": "5.2.2", "@types/jest": "29.5.14", "@types/node": "22.15.3", "@types/react": "19.1.2", "@types/react-dom": "19.1.3", "@typescript-eslint/eslint-plugin": "8.31.1", "@typescript-eslint/parser": "8.31.1", "@vitejs/plugin-react": "4.4.1", "eslint": "9.25.1", "eslint-plugin-import": "2.31.0", "eslint-plugin-react": "7.37.5", "eslint-plugin-react-hooks": "5.2.0", "eslint-plugin-storybook": "0.12.0", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "knip": "5.52.0", "lint-staged": "15.5.1", "npm-check-updates": "^18.0.1", "prettier": "3.5.3", "puppeteer": "24.7.2", "react-is": "19.1.0", "storybook": "8.6.12", "ts-node": "10.9.2", "typescript": "5.8.3", "vite": "6.3.4", "vitest": "3.1.2" } }