2019-08-02 00:10:59 +02:00
|
|
|
{
|
|
|
|
"name": "bot.z_web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2019-08-06 10:09:10 +02:00
|
|
|
"bootstrap": "^4.3.1",
|
2019-08-02 00:10:59 +02:00
|
|
|
"react": "^16.8.6",
|
2019-08-06 10:09:10 +02:00
|
|
|
"react-bootstrap": "^1.0.0-beta.10",
|
2019-08-02 00:10:59 +02:00
|
|
|
"react-dom": "^16.8.6",
|
2019-08-06 10:09:10 +02:00
|
|
|
"react-router-dom": "^5.0.1",
|
2019-08-02 00:10:59 +02:00
|
|
|
"react-scripts": "3.0.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "react-scripts start",
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"test": "react-scripts test",
|
|
|
|
"eject": "react-scripts eject"
|
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"extends": "react-app"
|
|
|
|
},
|
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|