mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
* Rewrite library using create-react-library * Export utils properly * Remove unnecessary code and fix eslintignore * Update CHANGELOG
32 lines
909 B
JSON
32 lines
909 B
JSON
{
|
|
"name": "google-map-react-example",
|
|
"homepage": ".",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ../node_modules/react-scripts/bin/react-scripts.js start",
|
|
"build": "node ../node_modules/react-scripts/bin/react-scripts.js build",
|
|
"test": "node ../node_modules/react-scripts/bin/react-scripts.js test",
|
|
"eject": "node ../node_modules/react-scripts/bin/react-scripts.js eject"
|
|
},
|
|
"dependencies": {
|
|
"google-map-react": "link:..",
|
|
"react": "link:../node_modules/react",
|
|
"react-dom": "link:../node_modules/react-dom",
|
|
"react-scripts": "link:../node_modules/react-scripts",
|
|
"styled-components": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-syntax-object-rest-spread": "^7.8.3"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|