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": {
|
2020-12-11 22:47:40 +00:00
|
|
|
"version": "4.2.1"
|
2018-03-12 19:31:14 +00:00
|
|
|
},
|
|
|
|
"scripts": {},
|
|
|
|
"dependencies": {
|
2020-12-11 22:47:40 +00:00
|
|
|
"hexo": "^4.2.1",
|
2018-03-12 19:31:14 +00:00
|
|
|
"hexo-browsersync": "^0.3.0",
|
2021-04-21 13:33:28 +00:00
|
|
|
"hexo-deployer-git": "^3.0.0",
|
2020-12-11 22:47:40 +00:00
|
|
|
"hexo-filter-nofollow": "^2.0.2",
|
2020-02-27 00:44:34 +00:00
|
|
|
"hexo-generator-archive": "^1.0.0",
|
2019-11-17 16:24:43 +00:00
|
|
|
"hexo-generator-category": "^1.0.0",
|
2020-12-11 22:47:40 +00:00
|
|
|
"hexo-generator-feed": "^3.0.0",
|
|
|
|
"hexo-generator-index": "^2.0.0",
|
2018-03-12 19:31:14 +00:00
|
|
|
"hexo-generator-index-i18n": "^0.2.1",
|
2019-11-17 16:24:43 +00:00
|
|
|
"hexo-generator-tag": "^1.0.0",
|
|
|
|
"hexo-pagination": "^1.0.0",
|
2018-06-05 02:00:51 +00:00
|
|
|
"hexo-processor-static": "^1.1.0",
|
2019-11-17 16:24:43 +00:00
|
|
|
"hexo-renderer-ejs": "^1.0.0",
|
2020-12-11 22:47:40 +00:00
|
|
|
"hexo-renderer-markdown-it": "^5.0.0",
|
|
|
|
"hexo-server": "^2.0.0",
|
2021-04-21 13:33:28 +00:00
|
|
|
"hexo-yam": "^4.2.0"
|
2018-03-12 19:31:14 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-21 13:33:28 +00:00
|
|
|
"@babel/core": "^7.13.16",
|
|
|
|
"@babel/preset-env": "^7.13.15",
|
2020-02-27 00:44:34 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-12-11 22:47:40 +00:00
|
|
|
"del": "^6.0.0",
|
2019-06-22 16:56:18 +00:00
|
|
|
"gulp": "^4.0.2",
|
2019-12-19 17:29:59 +00:00
|
|
|
"gulp-autoprefixer": "^7.0.1",
|
2019-03-23 20:23:36 +00:00
|
|
|
"gulp-babel": "^8.0.0",
|
2020-12-11 22:47:40 +00:00
|
|
|
"gulp-clean-css": "^4.3.0",
|
2018-03-12 19:31:14 +00:00
|
|
|
"gulp-concat": "^2.6.1",
|
2019-08-21 17:33:25 +00:00
|
|
|
"gulp-eslint": "^6.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",
|
2020-02-27 00:44:34 +00:00
|
|
|
"gulp-rename": "^2.0.0",
|
2020-12-11 22:47:40 +00:00
|
|
|
"gulp-sass": "^4.1.0",
|
|
|
|
"gulp-sourcemaps": "^3.0.0",
|
2020-02-27 00:44:34 +00:00
|
|
|
"gulp-stylelint": "^13.0.0",
|
2019-03-23 20:23:36 +00:00
|
|
|
"gulp-uglify": "^3.0.2",
|
2021-04-21 13:33:28 +00:00
|
|
|
"stylelint": "^13.12.0",
|
|
|
|
"webpack-stream": "^6.1.2"
|
2018-03-12 19:31:14 +00:00
|
|
|
}
|
2021-04-21 13:33:28 +00:00
|
|
|
}
|