mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-20 08:49:00 +00:00
2e163e3318
Changes: - Updates links to use new https://news.nimbus.team/ Ghost instance, rename links to use "News" - Fixes URLs for the documentation sidebar in source/_data/sidebar.yml - Drops fetching Fathoms tracker.js and embeds it by committing it at source/js/fathom.js - Drops a bunch of unused dependencies like babel, browserify, js-yaml, or qrcode - Drops themes/navy/source/js/main.js and replaces it with simpler source/js/main.js - Drops scripts pulled in from CDNs like Moment.js, jQuery, Clipboard.js, and Highlight - Drops everything in themes/navy/source/js including useless themes/navy/source/js/styles - Drops over complicated JS bundling tasks from gulpfile.js - Drops templates for unused popups: - themes/navy/layout/partial/community-popup.swig - themes/navy/layout/partial/projects-popup.swig Signed-off-by: Jakub Sokołowski <jakub@status.im>
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "hexo-site",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"hexo": {
|
|
"version": "3.9.0"
|
|
},
|
|
"scripts": {
|
|
"clean": "rm -rf public/*",
|
|
"build": "gulp run",
|
|
"eslint": "eslint .",
|
|
"deploy": "hexo deploy"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.7",
|
|
"cheerio": "^0.20.0",
|
|
"eslint": "^4.3.0",
|
|
"eslint-config-hexo": "^2.0.0",
|
|
"fancy-log": "^1.3.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-better-rollup": "^4.0.1",
|
|
"gulp-clean-css": "^3.10.0",
|
|
"gulp-imagemin": "^4.1.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.0.1",
|
|
"hexo": "^3.7.1",
|
|
"hexo-deployer-git": "^0.3.1",
|
|
"hexo-generator-archive": "^0.1.4",
|
|
"hexo-generator-feed": "^1.1.0",
|
|
"hexo-generator-sitemap": "^1.1.2",
|
|
"hexo-renderer-ejs": "^0.3.1",
|
|
"hexo-renderer-jade": "^0.4.1",
|
|
"hexo-renderer-marked": "^0.2.10",
|
|
"hexo-renderer-stylus": "^0.3.1",
|
|
"hexo-server": "^0.2.0",
|
|
"lodash": "^4.17.13",
|
|
"lunr": "^2.1.2",
|
|
"rename": "^1.0.4",
|
|
"rollup": "^1.27.2",
|
|
"rollup-plugin-terser": "^5.1.2",
|
|
"run-sequence": "^2.2.1",
|
|
"watchify": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^2.7.0"
|
|
}
|
|
}
|