UNPKG

gsy-component-library

Version:
93 lines (92 loc) 3.05 kB
{ "name": "gsy-component-library", "version": "5.0.0", "description": "reusable components from grid singularity", "main": "index.js", "scripts": { "test": "jest", "imagemin": "imagemin ./lib/images/* --out-dir=build/images", "build-css": "node-sass -r ./lib/components/ -o ./build/components/", "build-js": "babel lib -d build", "build": "npm run build-css && npm run build-js && npm run imagemin", "lint-es": "eslint . --ext js --ext jsx", "lint-sass": "sass-lint -c .sass-lint.yml './lib/**/*.scss' -v -q", "storybook": "NODE_ENV=storybook start-storybook -p 9001 -c .storybook", "build-storybook": "NODE_ENV=storybook build-storybook -c .storybook -o .out", "watch-css": "nodemon -e scss -x npm run build-css", "watch-js": "nodemon -e js -x npm run build-js", "start-watch": "npm-run-all --parallel watch-js watch-css", "prepare": "npm run build", "semantic-release": "semantic-release", "travis-deploy-once": "travis-deploy-once" }, "repository": { "type": "git", "url": "https://github.com/gridsingularity/component-library.git" }, "keywords": [ "react", "components", "component", "library", "living", "design", "guide" ], "author": "kathrin@gridsingularity.com", "license": "GPL-3.0", "bugs": { "url": "https://github.com/gridsingularity/component-library/issues" }, "homepage": "https://github.com/gridsingularity/component-library#readme", "devDependencies": { "@storybook/addon-actions": "^3.4.5", "@storybook/addon-info": "^3.4.5", "@storybook/addon-viewport": "^3.4.5", "@storybook/react": "^3.4.5", "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-eslint": "^8.2.3", "babel-jest": "^23.0.1", "babel-plugin-transform-class-properties": "^6.24.1", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "del": "^3.0.0", "eslint": "^4.19.1", "eslint-config-airbnb": "^16.1.0", "eslint-plugin-import": "^2.12.0", "eslint-plugin-jsx-a11y": "^6.0.2", "eslint-plugin-react": "^7.8.2", "eslint-watch": "^3.1.5", "file-loader": "^1.1.11", "imagemin-cli": "^3.0.0", "jest": "^23.1.0", "jshint": "^2.9.5", "nodemon": "^1.17.5", "npm-run-all": "^4.1.3", "sass-lint": "^1.12.1", "semantic-release": "^15.8.1", "travis-deploy-once": "^5.0.1" }, "dependencies": { "babel-preset-env": "^1.7.0", "classnames": "^2.2.5", "node-sass": "^4.9.0", "prop-types": "^15.6.1", "rc-input-number": "^4.0.7", "rc-slider": "^8.6.1", "react": "^16.3.2", "react-circular-progressbar": "^1.0.0", "react-container-dimensions": "^1.3.4", "react-dom": "^16.3.2", "react-inlinesvg": "^0.8.1", "react-router-dom": "^4.2.2", "react-slider": "^0.11.2", "react-sliding-pane": "^2.0.2", "react-test-renderer": "^16.4.0", "recharts": "^1.1.0", "sass-loader": "^6.0.7", "semantic-release-cli": "^4.0.4", "storybook-react-router": "^1.0.1" } }