uppy/website/package.json
Artur Paikin 13f1ffdaae Add fixed hexo-renderer-postcss plugin
Using the fixed version from here
https://github.com/arturi/hexo-renderer-postcss until the author merges
my pull request
2015-12-12 00:05:57 +03:00

32 lines
835 B
JSON

{
"name": "uppyjs.io",
"version": "0.0.1",
"private": true,
"hexo": {
"version": "3.1.1"
},
"dependencies": {
"hexo": "^3.1.1",
"hexo-deployer-git": "0.0.4",
"hexo-generator-archive": "^0.1.2",
"hexo-generator-category": "^0.1.2",
"hexo-generator-index": "^0.1.2",
"hexo-generator-tag": "^0.1.1",
"hexo-renderer-ejs": "^0.1.0",
"hexo-renderer-marked": "^0.2.4",
"hexo-renderer-scss": "^1.0.1",
"hexo-renderer-postcss": "https://github.com/arturi/hexo-renderer-postcss",
"hexo-server": "^0.1.2",
"hexo-tag-emojis": "^2.0.0",
"hexo-util": "^0.2.1",
"postcss-svg": "^1.0.4"
},
"devDependencies": {
"node-notifier": "^4.4.0",
"browserify": "^12.0.1",
"chalk": "^1.1.1",
"glob": "^6.0.1",
"multi-glob": "^1.0.1",
"watchify": "^3.6.1"
}
}