UNPKG

@while-and-for/tremor-react

Version:

The React library to build dashboards faster.

146 lines (145 loc) 4.34 kB
{ "name": "@while-and-for/tremor-react", "version": "0.0.1-development", "description": "The React library to build dashboards faster.", "scripts": { "prebuild": "rm -rf dist", "build": "rollup -c", "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", "prettier": "prettier --write \"{src,types,tests,example/src}/**/*.{js,ts,jsx,tsx}\"", "tests": "jest", "fix-lint": "eslint . --ext .ts --ext .tsx --fix", "build-storybook": "build-storybook", "semantic-release": "semantic-release", "storybook": "start-storybook -p 6006" }, "repository": { "type": "git", "url": "git+https://github.com/tremorlabs/tremor.git" }, "author": "tremor", "license": "UNLICENSED", "bugs": { "url": "https://github.com/tremorlabs/tremor/issues" }, "homepage": "https://github.com/tremorlabs/tremor#readme", "dependencies": { "@floating-ui/react": "^0.19.1", "@headlessui/react": "^1.7.14", "@headlessui/tailwindcss": "^0.1.3", "date-fns": "^2.28.0", "react-day-picker": "^8.7.1", "react-transition-group": "^4.4.5", "recharts": "^2.7.1", "tailwind-merge": "^1.9.1" }, "devDependencies": { "@babel/core": "^7.17.9", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@heroicons/react": "^1.0.6", "@mdx-js/react": "^2.2.1", "@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-node-resolve": "^13.2.1", "@rollup/plugin-typescript": "^8.3.2", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/github": "github:semantic-release/github", "@semantic-release/npm": "github:semantic-release/npm", "@storybook/addon-actions": "^6.5.16", "@storybook/addon-essentials": "^6.5.16", "@storybook/addon-interactions": "^6.5.16", "@storybook/addon-links": "^6.5.16", "@storybook/addon-postcss": "^2.0.0", "@storybook/builder-webpack4": "^6.5.16", "@storybook/builder-webpack5": "^6.5.16", "@storybook/manager-webpack4": "^6.5.16", "@storybook/manager-webpack5": "^6.5.16", "@storybook/mdx2-csf": "^0.0.3", "@storybook/react": "^6.5.16", "@storybook/testing-library": "^0.0.13", "@testing-library/react": "^13.1.1", "@types/jest": "^27.4.1", "@types/react": "^18.0.5", "@types/react-transition-group": "^4.4.5", "@typescript-eslint/eslint-plugin": "^5.20.0", "@typescript-eslint/parser": "^5.20.0", "autoprefixer": "^10.4.4", "babel-jest": "^27.5.1", "babel-loader": "^8.2.5", "conventional-changelog-conventionalcommits": "^5.0.0", "eslint": "^8.13.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "html-webpack-plugin": "^5.5.0", "identity-obj-proxy": "^3.0.0", "jest": "^27.5.1", "postcss": "^8.4.21", "prettier": "^2.8.3", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.0.0", "resize-observer-polyfill": "^1.5.1", "rollup": "^2.70.2", "rollup-plugin-dts": "^4.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-preserve-directives": "^0.1.0", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript-paths": "^1.3.1", "semantic-release": "^21.0.0", "tailwindcss": "^3.3.2", "tslib": "^2.5.0", "typescript": "^4.6.3", "webpack": "^5.75.0" }, "peerDependencies": { "react": "^18.0.0", "react-dom": ">=16.6.0" }, "main": "dist/index.cjs", "module": "dist/index.js", "files": [ "dist" ], "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "release": { "branches": [ "main", { "name": "beta", "prerelease": true }, { "name": "beta-*", "prerelease": true } ], "plugins": [ [ "@semantic-release/commit-analyzer", { "preset": "conventionalcommits", "releaseRules": [ { "type": "build", "release": "minor" } ] } ], "@semantic-release/npm", "@semantic-release/github" ] }, "keywords": [ "tremor", "custom", "react" ] }