guida-fediverso/package.json

54 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2018-03-12 20:31:14 +01:00
{
2018-03-22 00:33:01 +01:00
"name": "Fediverse",
2018-03-12 20:31:14 +01:00
"version": "0.0.1",
2018-07-06 03:28:18 +02:00
"description": "Fediverse Guide",
2018-03-12 20:31:14 +01:00
"repository": {
"type": "git",
2018-03-22 00:33:01 +01:00
"url": "https://gitlab.com/fediverse/fediverse.gitlab.io.git"
2018-03-12 20:31:14 +01:00
},
"author": "lostinlight",
2019-01-15 00:01:54 +01:00
"license": "AGPL-3.0-or-later",
2018-03-12 20:31:14 +01:00
"hexo": {
"version": "4.2.1"
2018-03-12 20:31:14 +01:00
},
"scripts": {},
"dependencies": {
"hexo": "^4.2.1",
2018-03-12 20:31:14 +01:00
"hexo-browsersync": "^0.3.0",
2021-04-21 15:33:28 +02:00
"hexo-deployer-git": "^3.0.0",
"hexo-filter-nofollow": "^2.0.2",
2020-02-27 01:44:34 +01:00
"hexo-generator-archive": "^1.0.0",
2019-11-17 17:24:43 +01:00
"hexo-generator-category": "^1.0.0",
"hexo-generator-feed": "^3.0.0",
"hexo-generator-index": "^2.0.0",
2018-03-12 20:31:14 +01:00
"hexo-generator-index-i18n": "^0.2.1",
2019-11-17 17:24:43 +01:00
"hexo-generator-tag": "^1.0.0",
"hexo-pagination": "^1.0.0",
2018-06-05 04:00:51 +02:00
"hexo-processor-static": "^1.1.0",
2019-11-17 17:24:43 +01:00
"hexo-renderer-ejs": "^1.0.0",
"hexo-renderer-markdown-it": "^5.0.0",
"hexo-server": "^2.0.0",
2021-04-21 15:33:28 +02:00
"hexo-yam": "^4.2.0"
2018-03-12 20:31:14 +01:00
},
"devDependencies": {
2021-04-21 15:33:28 +02:00
"@babel/core": "^7.13.16",
"@babel/preset-env": "^7.13.15",
2020-02-27 01:44:34 +01:00
"babel-eslint": "^10.1.0",
"del": "^6.0.0",
2019-06-22 18:56:18 +02:00
"gulp": "^4.0.2",
2019-12-19 18:29:59 +01:00
"gulp-autoprefixer": "^7.0.1",
2019-03-23 21:23:36 +01:00
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
2018-03-12 20:31:14 +01:00
"gulp-concat": "^2.6.1",
2019-08-21 19:33:25 +02:00
"gulp-eslint": "^6.0.0",
2018-03-12 20:31:14 +01:00
"gulp-notify": "^3.2.0",
2019-03-23 21:23:36 +01:00
"gulp-plumber": "^1.2.1",
2020-02-27 01:44:34 +01:00
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
2020-02-27 01:44:34 +01:00
"gulp-stylelint": "^13.0.0",
2019-03-23 21:23:36 +01:00
"gulp-uglify": "^3.0.2",
2021-04-21 15:33:28 +02:00
"stylelint": "^13.12.0",
"webpack-stream": "^6.1.2"
2018-03-12 20:31:14 +01:00
}
2021-04-21 15:33:28 +02:00
}