hotelier-lib
Version:
A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook
168 lines • 6.31 kB
JSON
{
"name": "hotelier-lib",
"version": "4.2.6",
"main": "build/index.js",
"module": "build/index.esm.js",
"files": [
"build"
],
"types": "build/index.d.ts",
"description": "A skeleton to create your own React component library using Rollup, TypeScript, Sass and Storybook",
"scripts": {
"build": "rollup -c",
"test": "jest",
"test:watch": "jest --watch",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && concurrently \"storybook dev -p 6006\" \"npx tailwindcss -i ./src/tailwind.css -o ./src/styles.css --watch\"",
"dev:windows": "concurrently \"storybook dev -p 6006\" \"npx tailwindcss -i ./src/tailwind.css -o ./src/styles.css --watch\"",
"storybook:export": "storybook build",
"generate": "node ./util/create-component",
"prepublishOnly": "npm run build",
"publish-lib": "npm run build && npm publish && yarn dev",
"chromatic": "npx chromatic --project-token=chpt_00cf1271af75641",
"pretty": "prettier --write \"./**/*.{ts,js,jsx,json}\"",
"tailwind": "npx tailwindcss -i ./src/tailwind.css -o ./src/styles.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HarveyD/react-component-library.git"
},
"keywords": [
"React",
"Component",
"Library",
"Rollup",
"Typescript",
"Sass",
"Storybook",
"Tailwindcss",
"Radix UI",
"Shadcn UI"
],
"author": {
"name": "Harvey Delaney"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HarveyD/react-component-library/issues"
},
"homepage": "https://github.com/HarveyD/react-component-library#readme",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"resolutions": {
"jackspeak": "2.1.1",
"react": "^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-console": "^2.0.0",
"@storybook/addon-docs": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-styling-webpack": "^0.0.5",
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/jest": "^24.9.1",
"@types/react": "^16.14.14",
"@types/react-dom": "^16.9.14",
"autoprefixer": "^10.4.16",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"chromatic": "^7.4.0",
"concurrently": "^8.2.2",
"eslint": "^8.54.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-ssr-friendly": "^1.3.0",
"html-webpack-plugin": "^5.5.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"node-modules": "^1.0.1",
"node-sass": "^8.0.0",
"react": "^17.0.0",
"react-dom": "^16.14.0",
"rollup": "^2.56.3",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-import-css": "^3.3.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.29.0",
"sass": "^1.66.1",
"storybook": "^7.5.3",
"storybook-dark-mode": "^3.0.1",
"stylus": "^0.59.0",
"ts-jest": "^26.5.6",
"typescript": "^4.8.4"
},
"dependencies": {
"@ant-design/icons": "^5.1.4",
"@emotion/react": "^11.11.1",
"@hookform/resolvers": "^3.3.2",
"@mantine/core": "^6.0.19",
"@mantine/dates": "^6.0.20",
"@mantine/form": "^6.0.20",
"@mantine/hooks": "^6.0.19",
"@mantine/notifications": "^7.1.5",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@tabler/icons-react": "^2.32.0",
"@tanstack/react-table": "^8.10.7",
"antd": "^5.4.7",
"axios": "^1.6.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"loadash": "^1.0.0",
"lucide-react": "^0.292.0",
"postcss": "^8.4.31",
"react-beautiful-dnd": "^13.1.1",
"react-big-calendar": "^1.8.2",
"react-day-picker": "^8.9.1",
"react-hook-form": "^7.48.2",
"react-icons": "^4.11.0",
"react-router-dom": "^6.20.0",
"react-tailwindcss-select": "^1.8.5",
"recharts": "^2.10.1",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"readme": "ERROR: No README data found!",
"_id": "hotelier-lib@2.4.5"
}