UNPKG

react-brazil-map

Version:
84 lines 2.25 kB
{ "name": "react-brazil-map", "version": "1.0.1", "description": " Component of the map of Brazil", "author": "Jean Garcia", "license": "MIT", "repository": "Jean514/react-brazil-map", "main": "dist/index.js", "types": "dist/index.d.ts", "module": "dist/index.modern.js", "source": "src/index.ts", "engines": { "node": ">=10" }, "scripts": { "build": "rollup -c", "start": "rollup -c -w", "test": "react-scripts test" }, "keywords": [ "Mapa do Brasil", "Map Brazil", "Brazil", "Brasil" ], "dependencies": { "react-jss": "^10.4.0" }, "devDependencies": { "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-node-resolve": "^10.0.0", "@rollup/plugin-url": "^5.0.1", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^7.2.1", "@types/jest": "^25.1.4", "@types/node": "^12.12.38", "@types/react": "^16.9.27", "@types/react-dom": "^16.9.7", "@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/parser": "^2.26.0", "babel-eslint": "^10.0.3", "cross-env": "^7.0.2", "eslint": "^6.8.0", "eslint-config-prettier": "^6.7.0", "eslint-config-standard": "^14.1.0", "eslint-config-standard-react": "^9.2.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.17.0", "eslint-plugin-standard": "^4.0.1", "husky": "^4.3.0", "lint-staged": "^10.5.1", "prettier": "^2.0.4", "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "^3.4.1", "rollup": "^2.33.2", "rollup-plugin-typescript2": "^0.29.0", "typescript": "^3.7.5" }, "files": [ "dist/index.js", "dist/index.d.ts" ], "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { ".{js,jsx,html}": [ "prettier --write", "node ./node_modules/eslint/bin/eslint.js --cache --fix" ], "src/**/*.{js,jsx,html}": [ "prettier --write", "node ./node_modules/eslint/bin/eslint.js --cache --fix" ] } }