uppy/website/package.json
Artur Paikin 88fc5d0de1
Website: add plugin versions (#1952)
* Move stats to plugin list, add table with versions of all plugins

* Update Hexo to 4.0, and other deps too

* update hexo-filter-github-emojis dependecy, run lerna bootstrap

* re-create package-lock.json

* crap, it adds body/html to any document now, and this is a partial :(

* companion: temporary fix for ts compile error

* fix netlify maybe

* node 12 is lts

* revert attempted netlify command fix

* update package-lock.json
2019-12-09 12:46:38 +03:00

46 lines
1.3 KiB
JSON

{
"name": "uppy.io",
"private": true,
"hexo": {
"version": "4.0.0"
},
"dependencies": {
"@babel/core": "^7.4.4",
"@goto-bus-stop/hexo-renderer-postcss": "^2.0.0",
"aliasify": "^2.1.0",
"autoprefixer": "^9.5.1",
"babelify": "^10.0.0",
"browserify": "^16.2.2",
"chalk": "2.4.2",
"cssnano": "^4.1.10",
"drag-drop": "^4.2.0",
"glob": "^7.1.2",
"he": "^1.2.0",
"hexo": "4.0.0",
"hexo-cli": "3.1.0",
"hexo-browsersync": "^0.3.0",
"hexo-filter-github-emojis": "arturi/hexo-filter-github-emojis",
"hexo-generator-alias": "^0.1.3",
"hexo-generator-archive": "^1.0.0",
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^2.1.1",
"hexo-generator-index": "^1.0.0",
"hexo-generator-tag": "^1.0.0",
"hexo-include-markdown": "^1.0.2",
"hexo-renderer-marked": "2.0.0",
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-scss": "^1.2.0",
"hexo-server": "^1.0.0",
"hexo-util": "^1.5.0",
"js-yaml": "^3.13.1",
"locale-code": "^2.0.2",
"marked": "^0.7.0",
"mdast-util-inject": "1.1.0",
"mkdirp": "0.5.1",
"multi-glob": "^1.0.2",
"node-notifier": "^5.2.1",
"postcss-inline-svg": "^3.1.1",
"prismjs": "^1.17.1",
"watchify": "^3.11.0"
}
}