92 lines
2.7 KiB
JSON
92 lines
2.7 KiB
JSON
{
|
|
"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": "node build.js && 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": {
|
|
"@chakra-ui/anatomy": "2.3.4",
|
|
"@chakra-ui/cli": "3.3.1",
|
|
"@chakra-ui/react": "3.3.1",
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.0",
|
|
"allotment": "1.20.2",
|
|
"css-mediaquery": "0.1.2",
|
|
"dayjs": "1.11.13",
|
|
"history": "5.3.0",
|
|
"react": "19.0.0",
|
|
"react-error-boundary": "5.0.0",
|
|
"react-dom": "19.0.0",
|
|
"react-icons": "5.4.0",
|
|
"react-router-dom": "7.1.1",
|
|
"react-select": "5.9.0",
|
|
"react-use": "17.6.0",
|
|
"zod": "3.24.1",
|
|
"zustand": "5.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"@chakra-ui/styled-system": "^2.12.0",
|
|
"@playwright/test": "1.49.1",
|
|
"@storybook/addon-actions": "8.4.7",
|
|
"@storybook/addon-essentials": "8.4.7",
|
|
"@storybook/addon-links": "8.4.7",
|
|
"@storybook/addon-mdx-gfm": "8.4.7",
|
|
"@storybook/react": "8.4.7",
|
|
"@storybook/react-vite": "8.4.7",
|
|
"@storybook/theming": "8.4.7",
|
|
"@testing-library/jest-dom": "6.6.3",
|
|
"@testing-library/react": "16.1.0",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@trivago/prettier-plugin-sort-imports": "5.2.1",
|
|
"@types/jest": "29.5.14",
|
|
"@types/node": "22.10.6",
|
|
"@types/react": "19.0.6",
|
|
"@types/react-dom": "19.0.3",
|
|
"@typescript-eslint/eslint-plugin": "8.20.0",
|
|
"@typescript-eslint/parser": "8.20.0",
|
|
"@vitejs/plugin-react": "4.3.4",
|
|
"eslint": "9.18.0",
|
|
"eslint-plugin-codeceptjs": "1.3.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"eslint-plugin-react": "7.37.4",
|
|
"eslint-plugin-react-hooks": "5.1.0",
|
|
"eslint-plugin-storybook": "0.11.2",
|
|
"jest": "29.7.0",
|
|
"jest-environment-jsdom": "29.7.0",
|
|
"knip": "5.42.0",
|
|
"lint-staged": "15.3.0",
|
|
"npm-check-updates": "^17.1.13",
|
|
"prettier": "3.4.2",
|
|
"puppeteer": "24.0.0",
|
|
"react-is": "19.0.0",
|
|
"storybook": "8.4.7",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.7.3",
|
|
"vite": "6.0.7",
|
|
"vitest": "2.1.8"
|
|
}
|
|
} |