mirror of
https://github.com/ershisan99/flashcards-example-project.git
synced 2025-12-16 12:33:18 +00:00
68 lines
2.4 KiB
JSON
68 lines
2.4 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 . --ext .jsx,.js,.tsx,.ts --no-error-on-unmatched-pattern --fix && stylelint --fix src/{,*/}*.{scss,css} --allow-empty-input",
|
|
"storybook": "storybook dev -p 6006",
|
|
"sb": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "^5.0.8",
|
|
"@hookform/resolvers": "^3.3.3",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-slider": "^1.1.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@reduxjs/toolkit": "^2.0.1",
|
|
"@storybook/theming": "^7.6.6",
|
|
"clsx": "^2.0.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.49.2",
|
|
"react-redux": "^9.0.4",
|
|
"react-router-dom": "^6.21.1",
|
|
"react-toastify": "^9.1.3",
|
|
"remeda": "^1.33.0",
|
|
"storybook-addon-react-router-v6": "^2.0.10",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@hookform/devtools": "^4.3.1",
|
|
"@it-incubator/eslint-config": "^1.0.2",
|
|
"@it-incubator/prettier-config": "^0.1.2",
|
|
"@it-incubator/stylelint-config": "^0.1.5",
|
|
"@storybook/addon-essentials": "^7.6.6",
|
|
"@storybook/addon-interactions": "^7.6.6",
|
|
"@storybook/addon-links": "^7.6.6",
|
|
"@storybook/blocks": "^7.6.6",
|
|
"@storybook/react": "^7.6.6",
|
|
"@storybook/react-vite": "^7.6.6",
|
|
"@storybook/testing-library": "^0.2.2",
|
|
"@types/node": "^20.10.5",
|
|
"@types/react": "^18.2.45",
|
|
"@types/react-dom": "^18.2.18",
|
|
"@typescript-eslint/eslint-plugin": "^6.16.0",
|
|
"@typescript-eslint/parser": "^6.16.0",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-myPlugin": "file:eslint",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.5",
|
|
"eslint-plugin-storybook": "^0.6.15",
|
|
"sass": "^1.69.5",
|
|
"storybook": "^7.6.6",
|
|
"stylelint": "^15.10.3",
|
|
"typescript": "^5.3.3",
|
|
"vite": "5.0.10"
|
|
}
|
|
}
|