{ "name": "sztm-excel", "version": "0.1.0", "private": true, "proxy": "http://localhost:3002/", "dependencies": { "babel-core": "^6.25.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-register": "^6.24.1", "bcryptjs": "^2.4.3", "blob": "^0.0.4", "body-parser": "^1.17.2", "bootstrap": "3", "connected-react-router": "^4.3.0", "debug": "^2.6.8", "dotenv": "^4.0.0", "express": "^4.15.3", "file-saver": "^1.3.3", "jwt-simple": "^0.5.1", "moment": "^2.18.1", "mongoose": "^4.11.3", "morgan": "^1.8.2", "passport": "^0.3.2", "passport-jwt": "^2.2.1", "react": "^15.5.4", "react-dom": "^15.5.4", "react-redux": "^5.0.5", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", "redux": "^3.6.0", "redux-saga": "^0.15.4", "request": "^2.81.0", "request-promise": "^4.2.1", "xlsx": "^0.10.4" }, "devDependencies": { "bhttp": "^1.2.4", "eslint": "^4.19.1", "eslint-plugin-react": "^7.8.2", "html-inline": "^1.2.0", "react-bootstrap": "^0.31.0", "react-scripts": "^1.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jsdom", "eject": "react-scripts eject" } }