UNPKG

react-dat-gui

Version:
114 lines (113 loc) 3.33 kB
{ "name": "react-dat-gui", "version": "4.1.1", "description": "dat.GUI reimagined for React", "main": "dist/index.cjs.js", "exports": "./dist/index.cjs.js", "module": "dist/index.es.js", "jsnext:main": "dist/index.es.js", "style": "dist/index.css", "types": "dist/index.d.ts", "author": "Claus Wahlers <claus@codeazur.com.br> (https://github.com/claus)", "contributors": [ { "name": "Claus Wahlers", "email": "claus@codeazur.com.br", "url": "https://github.com/claus" }, { "name": "Rohan Deshpande", "email": "rohan@creativelifeform.com", "url": "https://github.com/rohan-deshpande" }, { "name": "Tim Ellenberger", "email": "timellenberger@gmail.com", "url": "https://github.com/tim-soft" } ], "license": "MIT", "keywords": [ "react", "dat.gui" ], "repository": { "type": "git", "url": "git@github.com:claus/react-dat-gui.git" }, "bugs": { "url": "https://github.com/claus/react-dat-gui/issues" }, "homepage": "https://claus.github.io/react-dat-gui/", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src", "lint:fix": "eslint src --fix", "deploy": "cd example && npm run deploy" }, "dependencies": { "classnames": "2.2.6", "lodash.clamp": "^4.0.3", "lodash.clonedeep": "^4.5.0", "lodash.isfinite": "^3.3.2", "lodash.isstring": "^4.0.1", "lodash.isundefined": "^3.0.1", "lodash.result": "^4.5.2", "lodash.set": "^4.3.2", "react-color": "^2.19.3", "sass": "^1.32.8" }, "devDependencies": { "@babel/core": "^7.13.14", "@babel/helper-plugin-test-runner": "^7.13.10", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/plugin-transform-runtime": "^7.13.10", "@babel/preset-env": "^7.13.12", "@babel/preset-react": "^7.13.13", "@babel/runtime": "^7.13.10", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^18.0.0", "@rollup/plugin-node-resolve": "^11.2.1", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.5", "autoprefixer": "^10.2.5", "babel-eslint": "10.0.3", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", "babel-polyfill": "^6.26.0", "cssnano": "^4.1.10", "eslint": "^7.23.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.23.1", "eslint-plugin-react-hooks": "^4.2.0", "identity-obj-proxy": "^3.0.0", "jest": "^26.6.3", "postcss": "^8.2.8", "prettier": "^2.2.1", "prop-types": "^15.7.2", "react": "^17.0.0", "react-dom": "^17.0.0", "rollup": "^2.44.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-filesize": "^9.1.1", "rollup-plugin-postcss": "^4.0.0", "rollup-plugin-scss": "^2.6.1", "stylelint": "^13.12.0", "stylelint-config-recommended": "^4.0.0" }, "peerDependencies": { "prop-types": "^15.7.2", "react": ">=16.0.0", "react-dom": ">=16.0.0" } }