mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-02 04:39:14 +01:00
33 lines
796 B
JSON
33 lines
796 B
JSON
{
|
|
"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": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject",
|
|
"flow": "flow"
|
|
},
|
|
"proxy": "http://localhost:8081/scm",
|
|
"devDependencies": {
|
|
"prettier": "^1.13.7"
|
|
}
|
|
}
|