meteorite/package.json

28 lines
537 B
JSON
Raw Normal View History

2018-10-26 06:04:34 +03:00
{
2018-10-26 07:05:14 +03:00
"name": "meteorite",
2018-10-27 01:48:00 +03:00
"version": "0.1.0",
"private": true,
"dependencies": {
"@reach/router": "^1.2.1",
2018-10-27 01:58:12 +03:00
"axios": "^0.18.0",
2018-10-27 01:48:00 +03:00
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-scripts": "2.0.5"
2018-10-26 06:04:34 +03:00
},
2018-10-27 01:48:00 +03:00
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
2018-10-26 06:04:34 +03:00
},
2018-10-27 01:48:00 +03:00
"eslintConfig": {
"extends": "react-app"
2018-10-26 06:04:34 +03:00
},
2018-10-27 01:48:00 +03:00
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
2018-10-26 06:04:34 +03:00
}