package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "uppy.io",
  3. "version": "0.0.1",
  4. "private": true,
  5. "hexo": {
  6. "version": "3.1.1"
  7. },
  8. "dependencies": {
  9. "autoprefixer": "6.1.2",
  10. "hexo": "3.1.1",
  11. "hexo-browsersync": "0.2.0",
  12. "hexo-deployer-git": "0.0.4",
  13. "hexo-generator-archive": "0.1.2",
  14. "hexo-generator-category": "0.1.2",
  15. "hexo-generator-index": "0.1.2",
  16. "hexo-generator-tag": "0.1.1",
  17. "hexo-renderer-ejs": "0.1.0",
  18. "hexo-renderer-marked": "0.2.4",
  19. "hexo-renderer-postcss": "https://github.com/arturi/hexo-renderer-postcss#afca2bc12f5816067b15a9d24017c70e077b9f0b",
  20. "hexo-renderer-scss": "1.0.1",
  21. "hexo-server": "0.1.2",
  22. "hexo-tag-emojis": "2.0.0",
  23. "hexo-util": "0.2.1",
  24. "mkdirp": "0.5.1",
  25. "postcss-svg": "https://github.com/kvz/postcss-svg#9239b6dd4ab0dc3ef37f41c9cbc0e23d25549c7b",
  26. "uuid": "2.0.1"
  27. },
  28. "devDependencies": {
  29. "browserify": "12.0.1",
  30. "chalk": "1.1.1",
  31. "documentation": "4.0.0-beta",
  32. "eslint-config-standard": "4.4.0",
  33. "eslint-plugin-standard": "1.3.1",
  34. "eslint": "1.10.3",
  35. "glob": "6.0.1",
  36. "mdast-util-inject": "1.1.0",
  37. "multi-glob": "1.0.1",
  38. "node-notifier": "4.4.0",
  39. "remark": "3.0.0",
  40. "watchify": "3.6.1"
  41. }
  42. }