package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "name": "crowi-plus",
  3. "version": "1.0.0-c1.6.0",
  4. "description": "Enhanced Crowi",
  5. "tags": [
  6. "wiki",
  7. "communication",
  8. "documentation",
  9. "collaboration"
  10. ],
  11. "author": "Yuki Takei <yuki@weseek.co.jp>",
  12. "contributors": [],
  13. "license": "MIT",
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/weseek/crowi-plus.git"
  17. },
  18. "bugs": {
  19. "url": "https://github.com/weseek/crowi-plus/issues"
  20. },
  21. "scripts": {
  22. "build:dev:watch": "npm run build:dev -- --watch",
  23. "build:dev": "npm run clean:public && webpack --config config/webpack.dev.js --progress --profile",
  24. "build:prod": "npm run clean:public && webpack --config config/webpack.prod.js --progress --profile --bail",
  25. "build": "npm run build:dev",
  26. "clean:public": "npm run rimraf -- public/js",
  27. "clean:dll": "npm run rimraf -- dll",
  28. "clean": "npm cache clean && npm run rimraf -- public/js dll",
  29. "generate-plugin-definitions-source": "mkdirp tmp/plugins && node bin/generate-plugin-definitions-source.js",
  30. "prebuild:dev": "npm run generate-plugin-definitions-source",
  31. "prebuild:prod": "npm run generate-plugin-definitions-source",
  32. "prestart": "npm run build:prod",
  33. "rimraf": "rimraf",
  34. "server:dev:watch": "node-dev app.js",
  35. "server:dev": "node app.js",
  36. "server:prod": "node app.js --production",
  37. "server": "npm run server:dev:watch",
  38. "start": "npm run server:prod",
  39. "test": "",
  40. "webpack": "webpack"
  41. },
  42. "dependencies": {
  43. "assets-webpack-plugin": "^3.5.1",
  44. "async": "~1.5.0",
  45. "aws-sdk": "~2.2.26",
  46. "axios": "0.15.x",
  47. "babel-core": "^6.24.0",
  48. "babel-loader": "^6.4.1",
  49. "babel-preset-es2015": "^6.24.0",
  50. "babel-preset-react": "^6.23.0",
  51. "basic-auth-connect": "~1.0.0",
  52. "body-parser": "~1.14.1",
  53. "bootstrap-sass": "~3.3.6",
  54. "botkit": "~0.1.1",
  55. "cli": "~0.6.0",
  56. "colors": "^1.1.2",
  57. "commander": "~2.9.0",
  58. "connect-flash": "~0.1.1",
  59. "connect-redis": "~2.1.0",
  60. "consolidate": "~0.14.0",
  61. "cookie-parser": "~1.3.4",
  62. "copy-webpack-plugin": "^4.0.0",
  63. "csrf": "~3.0.3",
  64. "css-loader": "^0.27.3",
  65. "debug": "~2.2.0",
  66. "diff": "~3.2.0",
  67. "diff2html": "~2.0.12",
  68. "elasticsearch": "^12.1.3",
  69. "emojify.js": "^1.1.0",
  70. "errorhandler": "~1.3.4",
  71. "express": "~4.14.0",
  72. "express-form": "~0.12.0",
  73. "express-session": "~1.14.0",
  74. "express-webpack-assets": "0.0.2",
  75. "googleapis": "=12.3.0",
  76. "graceful-fs": "^4.1.11",
  77. "highlight.js": "~9.9.0",
  78. "i18next": "~4.1.0",
  79. "i18next-express-middleware": "~1.0.2",
  80. "i18next-node-fs-backend": "~0.1.3",
  81. "i18next-sprintf-postprocessor": "~0.2.2",
  82. "inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.3",
  83. "jquery": "~2.1.4",
  84. "jquery.cookie": "~1.4.1",
  85. "marked": "~0.3.5",
  86. "method-override": "~2.3.1",
  87. "mkdirp": "~0.5.1",
  88. "moment": "~2.13.0",
  89. "mongoose": "4.7.x",
  90. "mongoose-paginate": "5.0.x",
  91. "morgan": "~1.7.0",
  92. "multer": "~1.2.1",
  93. "node-sass": "^4.5.0",
  94. "nodemailer": "~2.7.0",
  95. "nodemailer-ses-transport": "~1.5.0",
  96. "optimize-js-plugin": "0.0.4",
  97. "react": "~15.0.1",
  98. "react-dom": "~15.0.1",
  99. "redis": "~2.6.5",
  100. "reveal.js": "~3.4.0",
  101. "rimraf": "^2.6.1",
  102. "sass-loader": "^6.0.3",
  103. "slash": "^1.0.0",
  104. "socket.io": "~1.7.0",
  105. "socket.io-client": "~1.7.0",
  106. "sprintf": "~0.1.5",
  107. "style-loader": "^0.16.1",
  108. "swig": "~1.4.0",
  109. "webpack": "2.2.0",
  110. "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
  111. "webpack-merge": "~3.0.0"
  112. },
  113. "devDependencies": {
  114. "chai": "~1.10.0",
  115. "concurrently": "^3.4.0",
  116. "easy-livereload": "^1.2.0",
  117. "mocha": "~2.2.0",
  118. "node-dev": "^3.1.3",
  119. "proxyquire": "~1.4.0",
  120. "sinon": "~1.14.0",
  121. "sinon-chai": "~2.7.0"
  122. },
  123. "engines": {
  124. "node": "6.x",
  125. "npm": "4.x"
  126. },
  127. "config": {
  128. "blanket": {
  129. "pattern": "./lib/**/*.js"
  130. }
  131. }
  132. }