UNPKG

@carto/react-basemaps

Version:
78 lines (77 loc) 2.19 kB
{ "name": "@carto/react-basemaps", "version": "3.1.0-alpha.16", "description": "CARTO for React - Basemaps", "keywords": [ "carto", "react", "basemaps", "googlemaps" ], "author": "CARTO Dev Team", "repository": { "type": "git", "url": "https://github.com/CartoDB/carto-react.git" }, "license": "MIT", "main": "dist/index.js", "files": [ "dist", "src" ], "directories": { "lib": "src", "test": "__tests__" }, "types": "src/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "NODE_ENV=production webpack --config webpack.config.js", "build:watch": "webpack --config webpack.config.js --watch", "lint": "eslint 'src/**/*.{js,jsx}'", "lint:fix": "eslint 'src/**/*.{js,jsx}' --fix", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --collectCoverage", "precommit": "lint-staged" }, "devDependencies": { "@babel/core": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.13.8", "@babel/plugin-transform-runtime": "^7.13.9", "@babel/preset-env": "^7.13.9", "@babel/preset-react": "^7.12.13", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", "@testing-library/react-hooks": "^5.1.0", "@testing-library/user-event": "^12.8.1", "babel-eslint": "^10.1.0", "babel-jest": "^26.6.3", "babel-loader": "^8.2.2", "eslint": "^7.21.0", "eslint-config-prettier": "^8.1.0", "eslint-config-react-app": "^6.0.0", "eslint-loader": "^4.0.2", "eslint-plugin-flowtype": "^5.3.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", "jest": "^26.6.3", "webpack": "^5.24.2", "webpack-cli": "^4.5.0" }, "dependencies": { "@babel/runtime": "^7.13.9" }, "peerDependencies": { "@carto/react-core": "^3.1.0-alpha.1", "@deck.gl/google-maps": "^9.0.1", "react": "17.x || 18.x", "react-dom": "17.x || 18.x" }, "gitHead": "9bb9c37863155a3b6f6acf3d3870a1a0bb63e87a" }