package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "name": "misago",
  3. "version": "0.1.0",
  4. "description": "Misago Frontend",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "gulp test"
  8. },
  9. "author": "Rafal Piton",
  10. "license": "GPL-2.0",
  11. "private": true,
  12. "browser": {
  13. "jquery-mockjax": "./node_modules/jquery-mockjax/dist/jquery.mockjax.js",
  14. "bootstrap-transition": "./node_modules/bootstrap/js/transition.js",
  15. "bootstrap-affix": "./node_modules/bootstrap/js/affix.js",
  16. "bootstrap-modal": "./node_modules/bootstrap/js/modal.js",
  17. "bootstrap-dropdown": "./node_modules/bootstrap/js/dropdown.js",
  18. "dropzone": "./node_modules/dropzone/dist/dropzone.js"
  19. },
  20. "browserify-shim": {
  21. "jquery": "jQuery"
  22. },
  23. "dependencies": {
  24. "babel-core": "6.7.x",
  25. "babel-plugin-module-alias": "^1.0.0",
  26. "babel-plugin-transform-class-properties": "^6.3.13",
  27. "babel-polyfill": "^6.3.14",
  28. "babel-preset-es2015": "^6.1.18",
  29. "babel-preset-react": "^6.1.18",
  30. "babel-preset-stage-2": "^6.1.18",
  31. "babelify": "^7.2.0",
  32. "bootstrap": "^3.3.6",
  33. "bower": "^1.6.9",
  34. "browserify": "^13.0.0",
  35. "browserify-shim": "^3.8.11",
  36. "cropit": "^0.5.1",
  37. "del": "^2.1.0",
  38. "dropzone": "^4.2.0",
  39. "glob": "^7.0.3",
  40. "gulp": "^3.9.0",
  41. "gulp-image-optimization": "^0.1.3",
  42. "gulp-jshint": "^2.0.0",
  43. "gulp-less": "^3.0.5",
  44. "gulp-minify-css": "^1.2.2",
  45. "gulp-rename": "^1.2.2",
  46. "gulp-sourcemaps": "^1.6.0",
  47. "gulp-uglify": "^1.5.1",
  48. "gulp-util": "^3.0.7",
  49. "history": "^2.0.2",
  50. "jquery": "2.2.x",
  51. "jquery-mockjax": "^2.0.1",
  52. "moment": "^2.10.6",
  53. "react": "^15.0.0",
  54. "react-addons-test-utils": "^15.0.0",
  55. "react-dom": "^15.0.1",
  56. "react-redux": "^4.4.5",
  57. "react-router": "^2.2.4",
  58. "redux": "^3.0.5",
  59. "redux-batched-actions": "^0.1.2",
  60. "vinyl-buffer": "^1.0.0",
  61. "vinyl-source-stream": "^1.1.0",
  62. "watchify": "^3.7.0",
  63. "zxcvbn": "^4.2.0"
  64. },
  65. "devDependencies": {
  66. "jshint": "^2.8.0",
  67. "mochify": "^2.14.3"
  68. }
  69. }