package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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. ],
  14. "license": "MIT",
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/weseek/crowi-plus.git"
  18. },
  19. "bugs": {
  20. "url": "https://github.com/weseek/crowi-plus/issues"
  21. },
  22. "scripts": {
  23. "build:dev:watch": "npm run build:dev -- --watch",
  24. "build:dev": "npm run clean:public && webpack --config config/webpack.dev.js --progress --profile",
  25. "build:prod": "npm run clean:public && webpack --config config/webpack.prod.js --progress --profile --bail",
  26. "build": "npm run build:dev",
  27. "clean:public": "npm run rimraf -- public/js",
  28. "clean:dll": "npm run rimraf -- dll",
  29. "clean": "npm cache clean && npm run rimraf -- public/js dll",
  30. "generate-plugin-definitions-source": "mkdirp tmp/plugins && node bin/generate-plugin-definitions-source.js",
  31. "prebuild:dev": "npm run generate-plugin-definitions-source",
  32. "prebuild:prod": "npm run generate-plugin-definitions-source",
  33. "prestart": "npm run build:prod",
  34. "rimraf": "rimraf",
  35. "server:watch": "node-dev app.js",
  36. "server:prod": "node app.js --production",
  37. "server": "node app.js",
  38. "start": "npm run server:prod",
  39. "test": "",
  40. "webpack": "webpack"
  41. },
  42. "dependencies": {
  43. "async": "~1.5.0",
  44. "aws-sdk": "~2.2.26",
  45. "axios": "0.15.x",
  46. "babel-core": "~6.7.6",
  47. "babel-loader": "~6.3.0",
  48. "babel-preset-es2015": "~6.22.0",
  49. "babel-preset-react": "~6.23.0",
  50. "basic-auth-connect": "~1.0.0",
  51. "body-parser": "~1.14.1",
  52. "bootstrap-sass": "~3.3.6",
  53. "botkit": "~0.1.1",
  54. "cli": "~0.6.0",
  55. "colors": "^1.1.2",
  56. "commander": "~2.9.0",
  57. "connect-flash": "~0.1.1",
  58. "connect-redis": "~2.1.0",
  59. "consolidate": "~0.14.0",
  60. "cookie-parser": "~1.3.4",
  61. "csrf": "~3.0.3",
  62. "debug": "~2.2.0",
  63. "del": "~2.2.0",
  64. "diff": "~3.2.0",
  65. "diff2html": "~2.0.12",
  66. "elasticsearch": "^12.1.3",
  67. "emojify.js": "^1.1.0",
  68. "errorhandler": "~1.3.4",
  69. "express": "~4.14.0",
  70. "express-form": "~0.12.0",
  71. "express-session": "~1.14.0",
  72. "googleapis": "=12.3.0",
  73. "graceful-fs": "^4.1.11",
  74. "gulp": "~3.9.0",
  75. "gulp-concat": "~2.6.0",
  76. "gulp-cssmin": "~0.1.7",
  77. "gulp-jshint": "~1.12.0",
  78. "gulp-rename": "~1.2.2",
  79. "gulp-sass": "~3.1.0",
  80. "gulp-spawn-mocha": "~2.2.1",
  81. "gulp-uglify": "~1.4.2",
  82. "gulp-watch": "~4.3.5",
  83. "highlight.js": "~9.9.0",
  84. "i18next": "~4.1.0",
  85. "i18next-express-middleware": "~1.0.2",
  86. "i18next-node-fs-backend": "~0.1.3",
  87. "i18next-sprintf-postprocessor": "~0.2.2",
  88. "inline-attachment": "git+https://github.com/Rovak/InlineAttachment.git#2.0.3",
  89. "jquery": "~2.1.4",
  90. "jquery.cookie": "~1.4.1",
  91. "jshint-stylish": "~2.1.0",
  92. "kerberos": "0.0.22",
  93. "marked": "~0.3.5",
  94. "method-override": "~2.3.1",
  95. "mkdirp": "~0.5.1",
  96. "moment": "~2.13.0",
  97. "mongoose": "4.7.x",
  98. "mongoose-paginate": "5.0.x",
  99. "morgan": "~1.7.0",
  100. "multer": "~1.2.1",
  101. "nodemailer": "~2.7.0",
  102. "nodemailer-ses-transport": "~1.5.0",
  103. "react": "~15.0.1",
  104. "react-dom": "~15.0.1",
  105. "redis": "~2.6.5",
  106. "reveal.js": "~3.2.0",
  107. "socket.io": "~1.3.0",
  108. "socket.io-client": "~1.7.0",
  109. "sprintf": "~0.1.5",
  110. "supervisor": "^0.12.0",
  111. "swig": "~1.4.0",
  112. "vinyl-source-stream": "~1.1.0"
  113. },
  114. "devDependencies": {
  115. "assets-webpack-plugin": "^3.5.1",
  116. "chai": "~1.10.0",
  117. "concurrently": "^3.4.0",
  118. "copy-webpack-plugin": "^4.0.0",
  119. "css-loader": "^0.27.1",
  120. "easy-livereload": "^1.2.0",
  121. "express-webpack-assets": "0.0.2",
  122. "mocha": "~2.2.0",
  123. "node-dev": "^3.1.3",
  124. "optimize-js-plugin": "0.0.4",
  125. "proxyquire": "~1.4.0",
  126. "reload": "^1.1.1",
  127. "rimraf": "^2.6.1",
  128. "sass-loader": "^6.0.3",
  129. "sinon": "~1.14.0",
  130. "sinon-chai": "~2.7.0",
  131. "slash": "^1.0.0",
  132. "style-loader": "^0.13.2",
  133. "to-string-loader": "^1.1.5",
  134. "webpack": "2.2.0",
  135. "webpack-dev-server": "2.4.1",
  136. "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
  137. "webpack-merge": "~3.0.0"
  138. },
  139. "engines": {
  140. "node": "6.x",
  141. "npm": "4.x"
  142. },
  143. "config": {
  144. "blanket": {
  145. "pattern": "./lib/**/*.js"
  146. }
  147. }
  148. }