package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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.3.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": "^12.0.1",
  35. "browserify-shim": "^3.8.11",
  36. "cropit": "^0.4.5",
  37. "del": "^2.1.0",
  38. "dropzone": "^4.2.0",
  39. "glob": "^6.0.1",
  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. "history": "^1.17.0",
  49. "jquery": "2.1.x",
  50. "jquery-mockjax": "^2.0.1",
  51. "moment": "^2.10.6",
  52. "react": "^0.14.3",
  53. "react-addons-test-utils": "^0.14.5",
  54. "react-dom": "^0.14.3",
  55. "react-redux": "^4.0.6",
  56. "react-router": "^1.0.3",
  57. "redux": "^3.0.5",
  58. "vinyl-buffer": "^1.0.0",
  59. "vinyl-source-stream": "^1.1.0",
  60. "zxcvbn": "^4.2.0"
  61. },
  62. "devDependencies": {
  63. "jshint": "^2.8.0",
  64. "mochify": "^2.14.3"
  65. }
  66. }