UNPKG

react-google-charts-with-key

Version:

temporary package as a fix to react-google-charts to add maps apiKey

85 lines (84 loc) 2.63 kB
{ "name": "react-google-charts-with-key", "version": "1.5.6", "type": "react-component", "description": "temporary package as a fix to react-google-charts to add maps apiKey", "main": "lib/index.js", "scripts": { "deploy": "gh-pages-deploy", "build": "mv .babelrc .babelrc.backup && nwb build && mv .babelrc.backup .babelrc", "clean": "nwb clean", "start": "nwb serve", "lint": "./node_modules/.bin/eslint src/*", "test-node-env": "./node_modules/.bin/jest --env node __tests__/Chart.test.js --verbose", "test-jsdom-env": "./node_modules/.bin/jest --env jsdom __tests__/Chart.test.js --verbose", "test": "npm run lint && npm run test-node-env && npm run test-jsdom-env", "gen:changelog": "github-changes -o RakanNimer -r react-google-charts" }, "dependencies": { "debug": "^2.2.0", "loadjs": "^3.3.1", "prop-types": "^15.5.8", "react": "^15.3.2 || ^16", "react-dom": "^15.3.2 || ^16" }, "peerDependencies": { "react": ">= 0.13.x", "react-dom": ">= 0.13.x" }, "devDependencies": { "babel-eslint": "^6.1.2", "babel-jest": "^18.0.0", "babel-preset-es2015": "^6.14.0", "babel-preset-react": "^6.11.1", "dotenv": "^2.0.0", "eslint": "^3.6.1", "eslint-config-airbnb": "^12.0.0", "eslint-plugin-babel": "^3.3.0", "eslint-plugin-import": "^1.16.0", "eslint-plugin-jsx-a11y": "^2.2.2", "eslint-plugin-react": "^6.3.0", "github-changes": "^1.0.4", "gulp-react-docs": "^0.1.2", "jest": "^19.0.2", "jsdoc": "^3.4.0", "jsdom": "^9.5.0", "nwb": "^0.15.6", "object-assign": "^4.1.0", "pre-commit": "^1.2.2", "react-router": "^2.4.1", "react-test-renderer": "^15.3.2", "yargs": "^5.0.0" }, "gh-pages-deploy": { "staticpath": "demo/dist/" }, "bugs": { "url": "https://github.com/rakannimer/react-google-charts/issues" }, "jest": { "moduleFileExtensions": [ "jsx", "js", "json" ], "moduleNameMapper": { "^.+\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/config/jest/FileStub.js", "^.+\\.css$": "<rootDir>/config/jest/CSSStub.js" }, "testPathIgnorePatterns": [ "<rootDir>/(build|docs|node_modules)/" ], "testEnvironment": "node", "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(js|jsx)$" }, "author": "Rakan Nimer", "homepage": "https://rakannimer.github.io/react-google-charts/", "license": "MIT", "repository": "https://github.com/RakanNimer/react-google-charts", "keywords": [ "react", "google", "charts" ] }