mirror of
https://github.com/maplibre/martin.git
synced 2024-12-20 21:31:49 +03:00
37 lines
802 B
JSON
37 lines
802 B
JSON
{
|
|
"name": "martin-landing",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "eslint src"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"dependencies": {
|
|
"debounce": "1.2.0",
|
|
"mapbox-gl": "0.49.0",
|
|
"normalize.css": "8.0.0",
|
|
"react": "16.6.0",
|
|
"react-day-picker": "7.2.4",
|
|
"react-dom": "16.6.0",
|
|
"react-scroll-parallax": "1.3.5",
|
|
"styled-components": "4.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-airbnb": "17.1.0",
|
|
"react-scripts": "2.1.1"
|
|
},
|
|
"browserslist": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not ie <= 11",
|
|
"not op_mini all"
|
|
],
|
|
"proxy": "https://martin.urbica.co"
|
|
}
|