12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "sztm-excel",
- "version": "0.1.0",
- "private": true,
- "proxy": "http://restserver:3002",
- "dependencies": {
- "babel-core": "^6.25.0",
- "babel-polyfill": "^6.23.0",
- "babel-preset-env": "^1.7.0",
- "babel-register": "^6.24.1",
- "bcrypt": "^5.0.1",
- "bcryptjs": "^2.4.3",
- "body-parser": "^1.17.2",
- "bootstrap": "4.1.1",
- "connected-react-router": "^4.3.0",
- "debug": "^3.1.0",
- "dotenv": "^6.0.0",
- "express": "^4.15.3",
- "jwt-simple": "^0.5.1",
- "moment": "^2.18.1",
- "mongoose": "^4.11.3",
- "morgan": "^1.8.2",
- "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",
- "sockjs-client": "^1.1.5"
- },
- "devDependencies": {
- "eslint": "^5.0.1",
- "eslint-plugin-react": "^7.10.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"
- }
- }
|