|
| 1 | +{ |
| 2 | + "name": "react-bootstrap-webpack-starter-server", |
| 3 | + "version": "1.0.0", |
| 4 | + "author": "Erwan DATIN <[email protected]> (MacKentoch)", |
| 5 | + "license": "MIT", |
| 6 | + "description": "server side of react js + bootstrap + webpack starter", |
| 7 | + "main": "out/index.js", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "git+https://github.com/MacKentoch/react-bootstrap-webpack-starter.git" |
| 11 | + }, |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/MacKentoch/react-bootstrap-webpack-starter/issues" |
| 14 | + }, |
| 15 | + "engines": { |
| 16 | + "node": ">=10", |
| 17 | + "npm": ">=6.0.0", |
| 18 | + "yarn": ">=1.3.0" |
| 19 | + }, |
| 20 | + "directories": { |
| 21 | + "test": "test" |
| 22 | + }, |
| 23 | + "scripts": { |
| 24 | + "test": "cross-env NODE_ENV=test jest", |
| 25 | + "build-server": "tsc src/index.ts --outDir out", |
| 26 | + "run-server": "npm run build-server && ts-node src/index.ts" |
| 27 | + }, |
| 28 | + "keywords": [ |
| 29 | + "node", |
| 30 | + "TS", |
| 31 | + "express", |
| 32 | + "react", |
| 33 | + "react 16", |
| 34 | + "redux", |
| 35 | + "react-redux", |
| 36 | + "ES6", |
| 37 | + "ES7", |
| 38 | + "ES2015", |
| 39 | + "ES2016", |
| 40 | + "ES2017", |
| 41 | + "ES2018", |
| 42 | + "ES2019", |
| 43 | + "typescript", |
| 44 | + "bootstrap", |
| 45 | + "react-router4", |
| 46 | + "react-router", |
| 47 | + "starter", |
| 48 | + "webpack", |
| 49 | + "hot-reload", |
| 50 | + "redux-devtools-extension", |
| 51 | + "devtools", |
| 52 | + "webpack4" |
| 53 | + ], |
| 54 | + "dependencies": { |
| 55 | + "body-parser": "^1.19.0", |
| 56 | + "chalk": "^2.4.2", |
| 57 | + "compression": "^1.7.4", |
| 58 | + "convict": "^5.1.0", |
| 59 | + "date-fns": "^2.4.1", |
| 60 | + "express": "^4.17.1", |
| 61 | + "express-promise-router": "^3.0.3", |
| 62 | + "express-rate-limit": "^5.0.0", |
| 63 | + "pretty-error": "^2.1.1", |
| 64 | + "serialize-javascript": "^2.1.0", |
| 65 | + "serve-favicon": "^2.5.0" |
| 66 | + }, |
| 67 | + "devDependencies": { |
| 68 | + "@types/body-parser": "^1.17.1", |
| 69 | + "@types/chalk": "^2.2.0", |
| 70 | + "@types/convict": "^4.2.1", |
| 71 | + "@types/express": "^4.17.1", |
| 72 | + "@types/express-promise-router": "^2.0.1", |
| 73 | + "@types/express-rate-limit": "^3.3.3", |
| 74 | + "@types/fetch-mock": "^7.3.1", |
| 75 | + "@types/jest": "^24.0.18", |
| 76 | + "@types/node": "^12.7.12", |
| 77 | + "fetch-mock": "^7.5.1", |
| 78 | + "jest": "^24.9.0", |
| 79 | + "jest-localstorage-mock": "^2.4.0", |
| 80 | + "prettier": "^1.18.2", |
| 81 | + "rimraf": "^3.0.0", |
| 82 | + "ts-jest": "^24.1.0", |
| 83 | + "ts-node": "^8.4.1", |
| 84 | + "tslib": "^1.10.0", |
| 85 | + "tslint-config-prettier": "^1.18.0", |
| 86 | + "typescript": "^3.6.4" |
| 87 | + } |
| 88 | +} |
0 commit comments