UNPKG

keep-demo-v1

Version:

Official React components built for react and Tailwind CSS

106 lines (105 loc) 3.34 kB
{ "name": "keep-demo-v1", "version": "0.0.1-beta.1", "description": "Official React components built for react and Tailwind CSS", "keywords": [ "design-system", "keep-design-system", "keep-react", "react", "tailwind", "tailwindcss", "tailwind-css" ], "homepage": "https://keep-design.vercel.app/docs/getting-started/Introduction", "bugs": "https://github.com/StaticMania/keep-react/issues", "license": "MIT", "files": [ "./lib/" ], "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/esm/index.d.ts", "repository": { "type": "git", "url": "https://github.com/StaticMania/keep-react" }, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "build:lib": "rm -rf ./lib/ && yarn build:lib:esm && yarn build:lib:cjs && yarn build:css", "build:css": "css-minify -f ./app/globals.css -o /lib/cjs/theme", "build:lib:cjs": "tsc -p tsconfig.lib.json", "build:lib:esm": "tsc -p tsconfig.lib.json --module esnext --declaration --outDir ./lib/esm" }, "dependencies": { "@floating-ui/react": "^0.25.3", "phosphor-react": "^1.4.1", "react": "18.2.0", "react-dom": "18.2.0", "react-indiana-drag-scroll": "^2.2.0", "recharts": "^2.8.0", "react-datepicker": "^4.16.0", "rc-slider": "^10.2.1", "rc-tooltip": "^6.0.1", "@headlessui/react": "^1.7.16", "tailwind-merge": "1.14.0" }, "devDependencies": { "@babel/core": "^7.22.9", "@docsearch/react": "^3.5.2", "@mdx-js/loader": "^2.3.0", "@mdx-js/react": "^2.3.0", "@next/mdx": "^13.4.12", "@storybook/addon-essentials": "7.4.0", "@storybook/addon-interactions": "7.4.0", "@storybook/addon-links": "7.4.0", "@storybook/addon-onboarding": "1.0.8", "@storybook/blocks": "7.4.0", "@storybook/nextjs": "7.4.0", "@storybook/react": "7.4.0", "@storybook/testing-library": "0.2.0", "@tailwindcss/forms": "^0.5.4", "@types/babel__core": "^7.20.1", "@types/node": "20.4.5", "@types/rc-slider": "^9.3.1", "@types/react": "18.2.16", "@types/react-datepicker": "^4.15.0", "@types/react-dom": "18.2.7", "@types/react-syntax-highlighter": "^15.5.7", "@types/recharts": "^1.8.24", "autoprefixer": "10.4.14", "cross-env": "^7.0.3", "css-minify": "^2.0.0", "eslint": "8.45.0", "eslint-config-next": "13.4.12", "eslint-plugin-storybook": "^0.6.13", "next": "13.4.12", "postcss": "8.4.27", "postcss-loader": "^7.3.3", "prismjs": "^1.29.0", "prop-types": "^15.8.1", "react-element-to-jsx-string": "^15.0.0", "react-syntax-highlighter": "^15.5.0", "rehype-slug": "^6.0.0", "remark-toc": "^8.0.1", "storybook": "7.4.0", "tailwindcss": "3.3.3", "tsconfig-paths-webpack-plugin": "^4.1.0", "typescript": "5.1.6" }, "eslintConfig": { "extends": [ "plugin:storybook/recommended" ] }, "rules": { "@typescript-eslint/consistent-type-imports": "warn", "@next/next/no-img-element": "off", "jsx-a11y/anchor-is-valid": "off" } }