Files
SCM-Manager/scm-ui/package.json
2018-07-09 11:41:23 +02:00

43 lines
893 B
JSON

{
"homepage": "/scm",
"name": "scm-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"flow-bin": "^0.75.0",
"history": "^4.7.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-jss": "^8.6.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.4",
"redux": "^4.0.0",
"redux-devtools-extension": "^2.13.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"eject": "react-scripts eject",
"flow": "flow"
},
"proxy": {
"/scm/api": {
"target": "http://localhost:8081"
}
},
"devDependencies": {
"prettier": "^1.13.7"
},
"babel": {
"presets": [
"react-app"
]
}
}