martin/frontend/package.json

37 lines
802 B
JSON
Raw Normal View History

2018-10-08 12:32:35 +03:00
{
"name": "martin-landing",
"version": "0.1.0",
"private": true,
2018-10-25 22:15:05 +03:00
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint src"
},
"eslintConfig": {
"extends": "react-app"
},
2018-10-08 12:32:35 +03:00
"dependencies": {
2018-10-18 21:27:08 +03:00
"debounce": "1.2.0",
2018-10-25 22:15:05 +03:00
"mapbox-gl": "0.49.0",
2018-10-17 20:58:30 +03:00
"normalize.css": "8.0.0",
2018-10-08 14:03:04 +03:00
"react": "16.5.2",
2018-10-18 21:27:08 +03:00
"react-day-picker": "7.2.4",
2018-10-08 14:03:04 +03:00
"react-dom": "16.5.2",
2018-10-25 22:15:05 +03:00
"react-scroll-parallax": "1.3.5",
2018-10-22 12:27:19 +03:00
"styled-components": "4.0.2"
2018-10-08 12:32:35 +03:00
},
2018-10-22 13:10:09 +03:00
"devDependencies": {
"eslint-config-airbnb": "17.1.0",
"react-scripts": "2.0.5"
},
2018-10-08 12:32:35 +03:00
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
2018-10-18 21:27:08 +03:00
],
"proxy": "https://martin.urbica.co"
2018-10-08 12:32:35 +03:00
}