package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "uppy.io",
  3. "version": "0.0.1",
  4. "private": true,
  5. "hexo": {
  6. "version": "3.2.0"
  7. },
  8. "dependencies": {
  9. "autoprefixer": "6.3.6",
  10. "hexo": "3.2.0",
  11. "hexo-browsersync": "0.2.0",
  12. "hexo-deployer-git": "0.1.0",
  13. "hexo-generator-archive": "0.1.4",
  14. "hexo-generator-category": "0.1.3",
  15. "hexo-generator-index": "0.2.0",
  16. "hexo-generator-tag": "0.2.0",
  17. "hexo-renderer-ejs": "0.2.0",
  18. "hexo-renderer-marked": "0.2.10",
  19. "hexo-renderer-postcss": "https://github.com/arturi/hexo-renderer-postcss#afca2bc12f5816067b15a9d24017c70e077b9f0b",
  20. "hexo-renderer-scss": "1.0.1",
  21. "hexo-server": "0.2.0",
  22. "hexo-tag-emojis": "2.0.1",
  23. "hexo-util": "0.5.3",
  24. "js-yaml": "3.5.5",
  25. "mkdirp": "0.5.1",
  26. "postcss-svg": "https://github.com/kvz/postcss-svg#9239b6dd4ab0dc3ef37f41c9cbc0e23d25549c7b",
  27. "uuid": "2.0.1"
  28. },
  29. "devDependencies": {
  30. "browserify": "13.0.0",
  31. "chalk": "1.1.3",
  32. "documentation": "4.0.0-beta2",
  33. "eslint-config-standard": "5.1.0",
  34. "eslint-plugin-standard": "1.3.2",
  35. "eslint": "2.7.0",
  36. "glob": "7.0.3",
  37. "mdast-util-inject": "1.1.0",
  38. "multi-glob": "1.0.1",
  39. "node-notifier": "4.5.0",
  40. "remark": "4.2.0",
  41. "watchify": "3.7.0"
  42. }
  43. }