package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. "bootstrap-transition": "./node_modules/bootstrap/js/transition.js",
  13. "bootstrap-affix": "./node_modules/bootstrap/js/affix.js",
  14. "bootstrap-modal": "./node_modules/bootstrap/js/modal.js",
  15. "bootstrap-dropdown": "./node_modules/bootstrap/js/dropdown.js"
  16. },
  17. "browserify-shim": {
  18. "jquery": "jQuery"
  19. },
  20. "dependencies": {
  21. "babel": "^6.3.13",
  22. "babel-plugin-module-alias": "^1.0.0",
  23. "babel-preset-es2015": "^6.1.18",
  24. "babel-preset-react": "^6.1.18",
  25. "babel-preset-stage-2": "^6.1.18",
  26. "babelify": "^7.2.0",
  27. "bootstrap": "^3.3.6",
  28. "bower": "^1.6.9",
  29. "browserify": "^12.0.1",
  30. "browserify-shim": "^3.8.11",
  31. "cache-require-paths": "^0.1.2",
  32. "del": "^2.1.0",
  33. "glob": "^6.0.1",
  34. "gulp": "^3.9.0",
  35. "gulp-image-optimization": "^0.1.3",
  36. "gulp-jshint": "^2.0.0",
  37. "gulp-less": "^3.0.5",
  38. "gulp-minify-css": "^1.2.2",
  39. "gulp-rename": "^1.2.2",
  40. "gulp-sourcemaps": "^1.6.0",
  41. "gulp-uglify": "^1.5.1",
  42. "jquery": "^2.1.4",
  43. "react": "^0.14.3",
  44. "react-dom": "^0.14.3",
  45. "vinyl-buffer": "^1.0.0",
  46. "vinyl-source-stream": "^1.1.0"
  47. },
  48. "devDependencies": {
  49. "jshint": "^2.8.0",
  50. "mochify": "^2.14.2"
  51. }
  52. }