xExekut3x

package.json

Dec 16th, 2016
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. {
  2. "scripts": {
  3. "test": "./node_modules/babel-cli/bin/babel.js ./app/index.js",
  4. "test2": "NODE_ENV=development node test.js",
  5. "lint": "eslint ./app ./webpack.config.js -f table || true",
  6. "build": "NODE_ENV=development webpack --display-error-details --progress --colors",
  7. "start": "NODE_ENV=development nodemon server.js --debug",
  8. "prod-build": "NODE_ENV=production webpack --progress --colors",
  9. "prod-start": "NODE_ENV=production forever start server.js"
  10. },
  11. "devDependencies": {
  12. "babel": "^6.5.2",
  13. "babel-cli": "^6.18.0",
  14. "babel-core": "^6.20.0",
  15. "babel-eslint": "^7.1.1",
  16. "babel-loader": "^6.2.10",
  17. "babel-plugin-transform-class-properties": "^6.19.0",
  18. "babel-plugin-transform-runtime": "^6.15.0",
  19. "babel-plugin-typecheck": "^3.9.0",
  20. "babel-preset-es2015": "^6.18.0",
  21. "babel-preset-es2015-native-modules": "^6.9.4",
  22. "babel-preset-react": "^6.16.0",
  23. "babel-preset-react-hmre": "^1.1.1",
  24. "babel-preset-stage-0": "^6.16.0",
  25. "babel-runtime": "^6.20.0",
  26. "bootstrap": "^4.0.0-alpha.5",
  27. "es6-promise": "^4.0.5",
  28. "eslint": "^3.12.2",
  29. "eslint-plugin-import": "^2.2.0",
  30. "eslint-plugin-jsx-a11y": "^3.0.2",
  31. "eslint-plugin-react": "^6.8.0",
  32. "flow-status-webpack-plugin": "^0.1.7",
  33. "html-webpack-plugin": "^2.24.1",
  34. "jquery": "^3.1.1",
  35. "moment": "^2.17.1",
  36. "nodemon": "^1.11.0",
  37. "react": "^15.4.1",
  38. "react-dom": "^15.4.1",
  39. "react-lite": "^0.15.29",
  40. "webpack": "^1.14.0",
  41. "webpack-cleanup-plugin": "^0.4.1"
  42. },
  43. "dependencies": {
  44. "body-parser": "^1.15.2",
  45. "cookie-parser": "^1.4.3",
  46. "express": "^4.14.0",
  47. "forever": "^0.15.3",
  48. "mongoose": "^4.7.2",
  49. "winston": "^2.3.0"
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment