fediparty/package.json

56 lines
1.6 KiB
JSON
Raw Normal View History

2018-03-12 19:31:14 +00:00
{
2018-03-21 23:33:01 +00:00
"name": "Fediverse",
2018-03-12 19:31:14 +00:00
"version": "0.0.1",
2018-07-06 01:28:18 +00:00
"description": "Fediverse Guide",
2018-03-12 19:31:14 +00:00
"repository": {
"type": "git",
2018-03-21 23:33:01 +00:00
"url": "https://gitlab.com/fediverse/fediverse.gitlab.io.git"
2018-03-12 19:31:14 +00:00
},
"author": "lostinlight",
2019-01-14 23:01:54 +00:00
"license": "AGPL-3.0-or-later",
2018-03-12 19:31:14 +00:00
"hexo": {
2019-03-23 20:23:36 +00:00
"version": "3.8.0"
2018-03-12 19:31:14 +00:00
},
"scripts": {},
"dependencies": {
2019-03-23 20:23:36 +00:00
"hexo": "^3.8.0",
2018-03-12 19:31:14 +00:00
"hexo-autonofollow": "git+https://gitlab.com/lostinlight/hexo-autonofollow.git",
"hexo-browsersync": "^0.3.0",
2019-01-14 23:01:54 +00:00
"hexo-deployer-git": "^1.0.0",
2018-03-12 19:31:14 +00:00
"hexo-generator-archive-i18n": "git+https://gitlab.com/lostinlight/hexo-generator-archive-i18n.git",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index": "^0.2.1",
"hexo-generator-index-i18n": "^0.2.1",
"hexo-generator-tag": "^0.2.0",
"hexo-pagination": "^0.1.0",
2018-06-05 02:00:51 +00:00
"hexo-processor-static": "^1.1.0",
2018-03-12 19:31:14 +00:00
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-markdown-it": "^3.4.1",
2019-03-23 20:23:36 +00:00
"hexo-server": "^0.3.3",
"hexo-yam": "^1.1.0"
2018-03-12 19:31:14 +00:00
},
"devDependencies": {
2019-03-23 20:23:36 +00:00
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.4.2",
2019-01-14 23:01:54 +00:00
"babel-eslint": "^10.0.1",
2019-03-23 20:23:36 +00:00
"del": "^4.0.0",
2019-01-14 23:01:54 +00:00
"gulp": "^4.0.0",
"gulp-autoprefixer": "^6.0.0",
2019-03-23 20:23:36 +00:00
"gulp-babel": "^8.0.0",
2018-03-12 19:31:14 +00:00
"gulp-concat": "^2.6.1",
2018-06-05 02:00:51 +00:00
"gulp-cssnano": "^2.1.3",
2019-01-14 23:01:54 +00:00
"gulp-eslint": "^5.0.0",
2018-03-12 19:31:14 +00:00
"gulp-notify": "^3.2.0",
2019-03-23 20:23:36 +00:00
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
2019-01-14 23:01:54 +00:00
"gulp-stylelint": "^8.0.0",
2019-03-23 20:23:36 +00:00
"gulp-uglify": "^3.0.2",
"stylelint": "^9.10.1",
"uglifyjs-webpack-plugin": "^2.1.2",
2019-01-14 23:01:54 +00:00
"webpack-stream": "^5.2.1"
2018-03-12 19:31:14 +00:00
}
}