UNPKG

robust-react-ui

Version:

A React component library, built with a focus on accessibility, extensibility and reusability.

115 lines (114 loc) 3.85 kB
{ "name": "robust-react-ui", "version": "1.3.10", "main": "build/index.js", "files": [ "build" ], "types": "build/index.d.ts", "description": "A React component library, built with a focus on accessibility, extensibility and reusability.", "scripts": { "styleguidist": "styleguidist", "build": "rollup -c", "test": "jest", "test:watch": "jest --watch", "storybook": "start-storybook -p 6006", "storybook:export": "build-storybook", "generate": "node ./util/create-component", "prepublishOnly": "npm run build", "stylelint:fix": ".\\node_modules\\.bin\\stylelint --fix \"**/*.scss\"", "chromatic": "npx chromatic", "eslint:fix": ".\\node_modules\\.bin\\eslint src --ext .ts,.tsx --fix", "tsconfig-cp:webpack": "copy tsconfig.webpack.json tsconfig.json", "tsconfig-cp-linux:webpack": "cp tsconfig.webpack.json tsconfig.json", "tsconfig-cp:build": "copy tsconfig.build.json tsconfig.json", "predeploy": "npm run styleguidist build", "deploy": "gh-pages -d styleguide", "prepare": "husky install" }, "repository": { "type": "git", "url": "git+https://github.com/danielc92/robust-react-ui.git" }, "keywords": [ "React", "Component", "Library", "Rollup", "Typescript", "Sass", "Storybook" ], "author": "Daniel Corcoran", "license": "MIT", "bugs": { "url": "https://github.com/danielc92/robust-react-ui/issues" }, "homepage": "https://github.com/danielc92/robust-react-ui#readme", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@babel/core": "^7.10.3", "@commitlint/cli": "^12.1.4", "@commitlint/config-conventional": "^12.1.4", "@rollup/plugin-commonjs": "^11.1.0", "@storybook/addon-a11y": "^6.3.0", "@storybook/addon-essentials": "^6.3.0", "@storybook/addon-knobs": "^6.2.9", "@storybook/react": "^6.3.0", "@testing-library/jest-dom": "^5.5.0", "@testing-library/react": "^10.0.2", "@types/jest": "^27.0.3", "@types/react": "^16.9.12", "@types/react-dom": "^16.9.8", "@typescript-eslint/eslint-plugin": "^4.4.1", "@typescript-eslint/parser": "^4.26.0", "autoprefixer": "^10.2.6", "babel-loader": "^8.1.0", "babel-preset-react-app": "^9.1.2", "chromatic": "^5.8.3", "clean-css": "^5.1.2", "eslint": "^7.28.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-airbnb-typescript": "^12.3.1", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-promise": "^4.3.1", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.8", "gh-pages": "^3.2.1", "husky": "^6.0.0", "identity-obj-proxy": "^3.0.0", "jest": "^24.9.0", "node-sass": "^4.14.1", "postcss": "^8.3.5", "prettier": "2.3.0", "react": "^16.13.1", "react-docgen-typescript": "^1.9.0", "react-dom": "^16.13.1", "react-styleguidist": "^11.0.0", "rollup": "^1.27.4", "rollup-plugin-copy": "^3.3.0", "rollup-plugin-peer-deps-external": "^2.2.0", "rollup-plugin-sass": "^1.2.2", "rollup-plugin-scss": "^2.6.1", "rollup-plugin-typescript2": "^0.27.0", "sass-loader": "^8.0.0", "stylelint": "^13.13.1", "stylelint-a11y": "^1.2.3", "stylelint-config-standard": "^22.0.0", "stylelint-order": "^4.1.0", "ts-jest": "^24.2.0", "ts-loader": "^5.1.0", "tsconfig-paths-webpack-plugin": "^3.5.1", "typescript": "^3.7.2", "webpack": "^4.18.0" }, "dependencies": {} }