{
"name": "client",
"version": "0.1.0",
"private": true,
"homepage": ".",
"dependencies": {
"@types/react-modal": "^3.2.1",
"immutable": "^3.8.1",
"jwt-decode": "^2.2.0",
"localforage": "^1.5.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"npm": "^5.10.0",
"qs": "^6.5.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-modal": "^3.5.1",
"react-overlays": "^0.7.0",
"react-portal": "^3.1.0",
"react-redux": "^5.0.5",
"react-router-redux": "next",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-persist": "^4.8.2",
"redux-persist-immutable": "^4.3.0",
"redux-persist-transform-immutable": "^4.3.0",
"redux-saga": "^0.15.6",
"slate": "^0.20.1",
"uuid": "^3.0.1",
"yarn": "^1.6.0"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"enzyme": "^2.8.2",
"material-design-icons": "^3.0.1",
"node-sass-chokidar": "^0.0.1",
"npm-run-all": "^4.1.2",
"react-scripts": "1.0.2",
"react-test-renderer": "^15.5.4"
},
"scripts": {
"build-css": "node-sass-chokidar --include-path ./src --include-path ./src/sass --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar --include-path ./src --include-path ./src/sass --include-path ./node_modules --include-path ./node_modules/bootstrap-sass/assets/stylesheets src/ -o src/ --watch --recursive",
"start-js": "react-scripts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}