{ "name": "mantine-vite-template", "private": true, "version": "0.0.0", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "typecheck": "tsc --noEmit", "lint": "eslint src", "prettier": "prettier --check \"**/*.{ts,tsx}\"", "prettier:write": "prettier --write \"**/*.{ts,tsx}\"", "jest": "jest", "jest:watch": "jest --watch", "test": "npm run typecheck && npm run prettier && npm run lint && npm run jest && npm run build", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build" }, "dependencies": { "@mantine/core": "7.1.3", "@mantine/hooks": "7.1.3", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.11.2" }, "devDependencies": { "@storybook/addon-essentials": "^7.0.18", "@storybook/addon-interactions": "^7.0.18", "@storybook/addon-links": "^7.0.18", "@storybook/addon-styling": "^1.0.8", "@storybook/blocks": "^7.0.18", "@storybook/react": "^7.0.18", "@storybook/react-vite": "^7.0.18", "@storybook/testing-library": "^0.0.14-next.2", "@testing-library/dom": "^9.3.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^29.5.1", "@types/react": "^18.2.7", "@types/react-dom": "^18.2.4", "@typescript-eslint/eslint-plugin": "^5.59.7", "@typescript-eslint/parser": "^5.59.7", "@vitejs/plugin-react": "^4.0.0", "eslint": "^8.41.0", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "^17.0.0", "eslint-config-mantine": "2.0.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "identity-obj-proxy": "^3.0.0", "jest": "^29.5.0", "jest-environment-jsdom": "^29.5.0", "postcss": "^8.4.24", "postcss-preset-mantine": "1.9.0", "postcss-simple-vars": "^7.0.1", "prettier": "^2.8.8", "prop-types": "^15.8.1", "storybook": "^7.0.18", "storybook-dark-mode": "^3.0.0", "ts-jest": "^29.1.0", "typescript": "^5.0.4", "vite": "^4.3.9" } }