package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. {
  2. "name": "crowi-plus",
  3. "version": "1.0.0-RC11",
  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:js && webpack --config config/webpack.dev.js --progress --profile",
  24. "build:prod": "npm run clean && webpack --config config/webpack.prod.js --progress --profile --bail",
  25. "build": "npm run build:dev",
  26. "clean:js": "rimraf -- public/js",
  27. "clean:dll": "rimraf -- public/dll",
  28. "clean": "npm run clean:js && npm run clean:dll",
  29. "mkdirp": "mkdirp",
  30. "plugin:def": "node bin/generate-plugin-definitions-source.js",
  31. "prebuild:dev": "npm run plugin:def",
  32. "prebuild:prod": "npm run plugin:def",
  33. "prestart": "npm run build:prod",
  34. "server:dev:watch": "node-dev app.js --watch",
  35. "server:dev": "node app.js",
  36. "server:prod:container": "node app.js --production --container",
  37. "server:prod:onpremise": "mkdirp logs && node app.js --production --onpremise",
  38. "server:prod": "npm run server:prod:onpremise",
  39. "server": "npm run server:dev:watch",
  40. "start": "npm run server:prod",
  41. "test": "mocha -r test/bootstrap.js test/**/*.js",
  42. "version": "node -p \"require('./package.json').version\"",
  43. "webpack": "webpack"
  44. },
  45. "dependencies": {
  46. "assets-webpack-plugin": "~3.5.1",
  47. "async": "~1.5.0",
  48. "aws-sdk": "~2.2.26",
  49. "axios": "0.15.x",
  50. "babel-core": "^6.24.0",
  51. "babel-loader": "^6.4.1",
  52. "babel-preset-es2015": "^6.24.0",
  53. "babel-preset-react": "^6.23.0",
  54. "basic-auth-connect": "~1.0.0",
  55. "body-parser": "~1.14.1",
  56. "bootstrap-sass": "~3.3.6",
  57. "botkit": "~0.1.1",
  58. "cli": "~1.0.1",
  59. "colors": "^1.1.2",
  60. "commander": "~2.9.0",
  61. "connect-flash": "~0.1.1",
  62. "connect-redis": "~2.1.0",
  63. "consolidate": "~0.14.0",
  64. "cookie-parser": "~1.3.4",
  65. "copy-webpack-plugin": "^4.0.0",
  66. "csrf": "~3.0.3",
  67. "css-loader": "^0.27.3",
  68. "debug": "~2.6.0",
  69. "diff": "^3.2.0",
  70. "diff2html": "^2.3.0",
  71. "elasticsearch": "^12.1.3",
  72. "emojify.js": "^1.1.0",
  73. "errorhandler": "~1.3.4",
  74. "express": "~4.15.2",
  75. "express-form": "~0.12.0",
  76. "express-session": "~1.15.0",
  77. "express-webpack-assets": "0.0.2",
  78. "file-loader": "^0.11.1",
  79. "googleapis": "=12.3.0",
  80. "graceful-fs": "^4.1.11",
  81. "highlight.js": "^9.10.0",
  82. "i18next": "~4.1.0",
  83. "i18next-express-middleware": "~1.0.2",
  84. "i18next-node-fs-backend": "~0.1.3",
  85. "i18next-sprintf-postprocessor": "~0.2.2",
  86. "inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.3",
  87. "jquery.cookie": "~1.4.1",
  88. "marked": "~0.3.6",
  89. "method-override": "~2.3.1",
  90. "mkdirp": "~0.5.1",
  91. "moment": "^2.18.0",
  92. "mongoose": "4.7.x",
  93. "mongoose-paginate": "5.0.x",
  94. "morgan": "^1.8.0",
  95. "multer": "~1.3.0",
  96. "node-sass": "^4.5.0",
  97. "nodemailer": "~2.7.0",
  98. "nodemailer-ses-transport": "~1.5.0",
  99. "optimize-js-plugin": "0.0.4",
  100. "react": "^15.4.2",
  101. "react-dom": "^15.4.2",
  102. "redis": "^2.7.1",
  103. "reveal.js": "~3.4.0",
  104. "rimraf": "^2.6.1",
  105. "sass-loader": "^6.0.3",
  106. "slash": "^1.0.0",
  107. "socket.io": "~1.7.0",
  108. "socket.io-client": "~1.7.0",
  109. "sprintf": "~0.1.5",
  110. "style-loader": "^0.16.1",
  111. "swig": "~1.4.0",
  112. "webpack": "~2.3.1",
  113. "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
  114. "webpack-merge": "~3.0.0"
  115. },
  116. "devDependencies": {
  117. "chai": "^3.5.0",
  118. "concurrently": "^3.4.0",
  119. "easy-livereload": "^1.2.0",
  120. "mocha": "^3.2.0",
  121. "node-dev": "^3.1.3",
  122. "proxyquire": "~1.4.0",
  123. "sinon": "^2.1.0",
  124. "sinon-chai": "^2.9.0"
  125. },
  126. "engines": {
  127. "node": "6.x",
  128. "npm": "4.x"
  129. },
  130. "config": {
  131. "blanket": {
  132. "pattern": "./lib/**/*.js"
  133. }
  134. }
  135. }