package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. "browser": {
  12. "jquery": "./node_modules/jquery/dist/jquery.min.js",
  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. },
  19. "browserify-shim": {
  20. "jquery": "jQuery"
  21. },
  22. "dependencies": {
  23. "babel": "^6.3.13",
  24. "babel-plugin-module-alias": "^1.0.0",
  25. "babel-plugin-transform-class-properties": "^6.3.13",
  26. "babel-polyfill": "^6.3.14",
  27. "babel-preset-es2015": "^6.1.18",
  28. "babel-preset-react": "^6.1.18",
  29. "babel-preset-stage-2": "^6.1.18",
  30. "babelify": "^7.2.0",
  31. "bootstrap": "^3.3.6",
  32. "bower": "^1.6.9",
  33. "browserify": "^12.0.1",
  34. "browserify-shim": "^3.8.11",
  35. "cache-require-paths": "^0.1.2",
  36. "del": "^2.1.0",
  37. "glob": "^6.0.1",
  38. "gulp": "^3.9.0",
  39. "gulp-image-optimization": "^0.1.3",
  40. "gulp-jshint": "^2.0.0",
  41. "gulp-less": "^3.0.5",
  42. "gulp-minify-css": "^1.2.2",
  43. "gulp-rename": "^1.2.2",
  44. "gulp-sourcemaps": "^1.6.0",
  45. "gulp-uglify": "^1.5.1",
  46. "jquery": "^2.1.4",
  47. "jquery-mockjax": "^2.0.1",
  48. "moment": "^2.10.6",
  49. "react": "^0.14.3",
  50. "react-addons-test-utils": "^0.14.5",
  51. "react-dom": "^0.14.3",
  52. "react-redux": "^4.0.6",
  53. "redux": "^3.0.5",
  54. "vinyl-buffer": "^1.0.0",
  55. "vinyl-source-stream": "^1.1.0"
  56. },
  57. "devDependencies": {
  58. "jshint": "^2.8.0",
  59. "mochify": "^2.14.2"
  60. }
  61. }