mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 20:59:27 +00:00
65 lines
2.1 KiB
JSON
65 lines
2.1 KiB
JSON
{
|
|
"name": "example",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"format": "prettier --write src",
|
|
"lint": "eslint --fix src/**/*.{tsx,ts,jsx,js} --no-error-on-unmatched-pattern && stylelint --fix src/{,*/}*.{scss,css} --allow-empty-input",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^5.0.5",
|
|
"@hookform/resolvers": "^3.1.1",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@reduxjs/toolkit": "^1.9.6",
|
|
"@storybook/theming": "^7.2.1",
|
|
"async-mutex": "^0.4.0",
|
|
"clsx": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.45.2",
|
|
"react-redux": "^8.1.2",
|
|
"react-router-dom": "^6.14.2",
|
|
"react-toastify": "^9.1.3",
|
|
"remeda": "^1.24.0",
|
|
"storybook-addon-react-router-v6": "^2.0.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/devtools": "^4.3.1",
|
|
"@it-incubator/eslint-config": "^0.1.3",
|
|
"@it-incubator/prettier-config": "^0.1.2",
|
|
"@it-incubator/stylelint-config": "^0.1.5",
|
|
"@storybook/addon-essentials": "^7.2.1",
|
|
"@storybook/addon-interactions": "^7.2.1",
|
|
"@storybook/addon-links": "^7.2.1",
|
|
"@storybook/addon-onboarding": "^1.0.8",
|
|
"@storybook/blocks": "^7.2.1",
|
|
"@storybook/react": "^7.2.1",
|
|
"@storybook/react-vite": "^7.2.1",
|
|
"@storybook/testing-library": "^0.2.0",
|
|
"@types/node": "^20.4.5",
|
|
"@types/react": "^18.2.15",
|
|
"@types/react-dom": "^18.2.7",
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
"@typescript-eslint/parser": "^6.0.0",
|
|
"@vitejs/plugin-react": "^4.0.3",
|
|
"eslint": "^8.45.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.3",
|
|
"eslint-plugin-storybook": "^0.6.13",
|
|
"sass": "^1.64.1",
|
|
"storybook": "^7.2.1",
|
|
"stylelint": "^15.10.2",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.4.5"
|
|
}
|
|
}
|