BotZ/bot.z_web/package.json

35 lines
717 B
JSON
Raw Normal View History

2019-08-02 00:10:59 +02:00
{
"name": "bot.z_web",
2019-08-07 17:53:28 +02:00
"version": "1.0.0",
2019-08-02 00:10:59 +02:00
"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"
]
}
}