The main server, and probably only repository in this org.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
812 B

{
"name": "webui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@jaames/iro": "^4.0.1",
"bootstrap": "^4.2.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"reactn": "^0.2.2",
"reactstrap": "^7.1.0"
},
"devDependencies": {
"@types/react": "^16.8.1",
"@types/reactstrap": "^7.1.0",
"http-proxy-middleware": "latest",
"@types/node": "^11.9.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}