mirror of
https://github.com/maplibre/martin.git
synced 2024-12-24 07:22:52 +03:00
29 lines
576 B
JSON
29 lines
576 B
JSON
{
|
|
"name": "martin-landing",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"mapbox-gl": "0.50.0",
|
|
"normalize.css": "8.0.0",
|
|
"react": "16.5.2",
|
|
"react-dom": "16.5.2",
|
|
"react-scripts": "2.0.5",
|
|
"styled-components": "4.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
]
|
|
}
|