UNPKG

@worldresources/gfw-components

Version:

React component library for the Global Forest Watch project.

125 lines (124 loc) 3.63 kB
{ "name": "@worldresources/gfw-components", "version": "3.5.12", "main": "lib/index.js", "scripts": { "start": "styleguidist server", "build": "styleguidist build", "dev": "NODE_ENV=production webpack --watch --progress", "compile": "NODE_ENV=production webpack --progress", "compile:static": "BUILD_MODE=static NODE_ENV=production webpack --progress", "deploy": "yarn build && gh-pages -d styleguide", "lint": "eslint src/** -c .eslintrc.json --ext js,jsx --no-error-on-unmatched-pattern" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "lodash": "^4.17.15", "lodash-es": "^4.17.15", "prop-types": "15.6.2", "react": "^17.0.1", "react-dom": "^17.0.1" }, "dependencies": { "@artsy/fresnel": "^1.1.0", "@tippyjs/react": "^4.0.2", "axios": "^0.19.2", "classnames": "^2.2.6", "date-fns": "^2.13.0", "emotion-rgba": "^0.0.8", "final-form": "^4.19.1", "moment": "^2.29.3", "polished": "^3.6.2", "query-string": "^6.12.0", "react-final-form": "^6.4.0", "react-html-parser": "^2.0.2", "react-modal": "^3.11.2", "react-outside-click-handler": "^1.3.0", "react-slick": "^0.25.2", "react-tagsinput": "^3.19.0", "react-toggle": "^4.1.1", "reflexbox": "^4.0.6", "reselect": "^4.0.0" }, "devDependencies": { "@babel/core": "^7.9.0", "@babel/polyfill": "^7.8.7", "@babel/preset-env": "^7.9.0", "@babel/preset-react": "^7.9.4", "@svgr/webpack": "^5.3.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-plugin-emotion": "^10.0.33", "babel-plugin-transform-class-properties": "^6.24.1", "compression-webpack-plugin": "1.1.11", "css-loader": "^3.5.3", "dotenv": "^8.2.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.1.0", "eslint-config-prettier": "^6.10.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-react": "^7.19.0", "eslint-plugin-react-hooks": "^2.5.1", "gh-pages": "^2.2.0", "history": "^4.10.1", "html-loader": "^1.1.0", "husky": "^4.2.3", "imagemin-webpack-plugin": "^2.4.2", "lint-staged": "^10.1.1", "lodash": "^4.17.15", "lodash-es": "^4.17.15", "prettier": "^2.0.4", "prop-types": "15.6.2", "react": "^17.0.1", "react-dom": "^17.0.1", "react-styleguidist": "^11.0.6", "release": "^6.3.0", "resolve-url-loader": "2.3.0", "style-loader": "^1.2.1", "url-loader": "1.0.1", "webpack": "^4.43.0", "webpack-bundle-analyzer": "^3.6.1", "webpack-cli": "^3.3.11", "webpack-node-externals": "^1.7.2", "webpack-s3-plugin": "^1.0.3" }, "resolutions": { "node-forge": "^0.10.0", "object-path": "^0.11.5", "debug": "^2.6.9" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.scss": "sass-lint -c .sass-lint.yml -v -q", "*.{js,jsx}": [ "prettier --parser flow --write --single-quote", "eslint --ext .js --ext .jsx --fix" ] }, "description": "React component library for the Global Forest Watch project.", "repository": { "type": "git", "url": "git+https://github.com/wri/gfw-components.git" }, "keywords": [ "gfw", "gfw-components", "vizzuality" ], "author": "Vizzuality", "license": "MIT", "bugs": { "url": "https://github.com/wri/gfw-components/issues" }, "homepage": "https://components.globalforestwatch.org/" }