{ "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", "sb": "storybook dev -p 6006", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "@fontsource/roboto": "^5.0.8", "@hookform/resolvers": "^3.3.1", "@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": "^1.9.7", "@storybook/theming": "^7.4.6", "clsx": "^2.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-hook-form": "^7.47.0", "react-redux": "^8.1.3", "react-router-dom": "^6.16.0", "react-toastify": "^9.1.3", "remeda": "^1.27.1", "storybook-addon-react-router-v6": "^2.0.7", "zod": "^3.22.4" }, "devDependencies": { "@hookform/devtools": "^4.3.1", "@it-incubator/eslint-config": "^1.0.1", "@it-incubator/prettier-config": "^0.1.2", "@it-incubator/stylelint-config": "^0.1.5", "@storybook/addon-essentials": "^7.4.6", "@storybook/addon-interactions": "^7.4.6", "@storybook/addon-links": "^7.4.6", "@storybook/addon-onboarding": "^1.0.8", "@storybook/blocks": "^7.4.6", "@storybook/react": "^7.4.6", "@storybook/react-vite": "^7.4.6", "@storybook/testing-library": "^0.2.2", "@types/node": "^20.8.4", "@types/react": "^18.2.27", "@types/react-dom": "^18.2.12", "@typescript-eslint/eslint-plugin": "^6.7.5", "@typescript-eslint/parser": "^6.7.5", "@vitejs/plugin-react": "^4.1.0", "eslint": "^8.51.0", "eslint-plugin-myPlugin": "file:eslint", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "eslint-plugin-storybook": "^0.6.15", "sass": "^1.69.1", "storybook": "^7.4.6", "stylelint": "^15.10.3", "typescript": "^5.2.2", "vite": "^4.4.11" } }