package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "waypoints": "./node_modules/waypoints/lib/jquery.waypoints.js",
  20. "jquery-caret": "./node_modules/jquery.caret/dist/jquery.caret.min.js",
  21. "at-js": "./node_modules/at.js/dist/js/jquery.atwho.min.js",
  22. "highlight": "./highlight/highlight.pack.js"
  23. },
  24. "browserify-shim": {
  25. "jquery": "jQuery"
  26. },
  27. "dependencies": {
  28. "at.js": "^1.5.3",
  29. "babel-core": "6.7.x",
  30. "babel-plugin-module-alias": "^1.0.0",
  31. "babel-plugin-transform-class-properties": "^6.3.13",
  32. "babel-polyfill": "^6.3.14",
  33. "babel-preset-es2015": "^6.1.18",
  34. "babel-preset-react": "^6.1.18",
  35. "babel-preset-stage-2": "^6.1.18",
  36. "babelify": "^7.2.0",
  37. "bootstrap": "^3.3.6",
  38. "bower": "^1.6.9",
  39. "browserify": "^13.0.0",
  40. "browserify-shim": "^3.8.11",
  41. "cropit": "^0.5.1",
  42. "del": "^2.1.0",
  43. "dropzone": "^4.2.0",
  44. "glob": "^7.0.3",
  45. "gulp": "^3.9.0",
  46. "gulp-image": "^2.7.2",
  47. "gulp-jshint": "^2.0.0",
  48. "gulp-less": "^3.0.5",
  49. "gulp-minify-css": "^1.2.2",
  50. "gulp-rename": "^1.2.2",
  51. "gulp-sourcemaps": "^1.6.0",
  52. "gulp-uglify": "^1.5.1",
  53. "gulp-util": "^3.0.7",
  54. "history": "^2.0.2",
  55. "jquery": "2.2.x",
  56. "jquery-mockjax": "^2.0.1",
  57. "jquery.caret": "^0.3.1",
  58. "moment": "^2.10.6",
  59. "react": "^15.0.0",
  60. "react-addons-test-utils": "^15.0.0",
  61. "react-dom": "^15.0.1",
  62. "react-redux": "^4.4.5",
  63. "react-router": "^2.2.4",
  64. "redux": "^3.0.5",
  65. "redux-batched-actions": "^0.1.2",
  66. "vinyl-buffer": "^1.0.0",
  67. "vinyl-source-stream": "^1.1.0",
  68. "watchify": "^3.7.0",
  69. "waypoints": "^4.0.1",
  70. "zxcvbn": "^4.2.0"
  71. },
  72. "devDependencies": {
  73. "jshint": "^2.8.0",
  74. "mochify": "^2.14.3"
  75. }
  76. }