package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "name": "crowi-plus",
  3. "version": "1.0.0-RC3",
  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": "rimraf -- public/js",
  27. "clean:dll": "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. "server:dev:watch": "node-dev app.js --watch",
  34. "server:dev": "node app.js",
  35. "server:prod": "node app.js --production",
  36. "server": "npm run server:dev:watch",
  37. "start": "npm run server:prod",
  38. "test": "mocha -r test/bootstrap.js test/**/*.js",
  39. "version": "node -p \"require('./package.json').version\"",
  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": "~1.0.1",
  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.6.0",
  66. "diff": "^3.2.0",
  67. "diff2html": "^2.3.0",
  68. "elasticsearch": "^12.1.3",
  69. "emojify.js": "^1.1.0",
  70. "errorhandler": "~1.3.4",
  71. "express": "~4.15.2",
  72. "express-form": "~0.12.0",
  73. "express-session": "~1.15.0",
  74. "express-webpack-assets": "0.0.2",
  75. "googleapis": "=12.3.0",
  76. "graceful-fs": "^4.1.11",
  77. "highlight.js": "^9.10.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.cookie": "~1.4.1",
  84. "marked": "~0.3.6",
  85. "method-override": "~2.3.1",
  86. "mkdirp": "~0.5.1",
  87. "moment": "^2.18.0",
  88. "mongoose": "4.7.x",
  89. "mongoose-paginate": "5.0.x",
  90. "morgan": "^1.8.0",
  91. "multer": "~1.3.0",
  92. "node-sass": "^4.5.0",
  93. "nodemailer": "~2.7.0",
  94. "nodemailer-ses-transport": "~1.5.0",
  95. "optimize-js-plugin": "0.0.4",
  96. "react": "^15.4.2",
  97. "react-dom": "^15.4.2",
  98. "redis": "^2.7.1",
  99. "reveal.js": "~3.4.0",
  100. "rimraf": "^2.6.1",
  101. "sass-loader": "^6.0.3",
  102. "slash": "^1.0.0",
  103. "socket.io": "~1.7.0",
  104. "socket.io-client": "~1.7.0",
  105. "sprintf": "~0.1.5",
  106. "style-loader": "^0.16.1",
  107. "swig": "~1.4.0",
  108. "webpack": "~2.3.1",
  109. "webpack-dll-bundles-plugin": "^1.0.0-beta.5",
  110. "webpack-merge": "~3.0.0"
  111. },
  112. "devDependencies": {
  113. "chai": "^3.5.0",
  114. "concurrently": "^3.4.0",
  115. "easy-livereload": "^1.2.0",
  116. "mocha": "^3.2.0",
  117. "node-dev": "^3.1.3",
  118. "proxyquire": "~1.4.0",
  119. "sinon": "^2.1.0",
  120. "sinon-chai": "^2.9.0"
  121. },
  122. "engines": {
  123. "node": "6.x",
  124. "npm": "4.x"
  125. },
  126. "config": {
  127. "blanket": {
  128. "pattern": "./lib/**/*.js"
  129. }
  130. }
  131. }