From 1e6f7a276688d00f222dbe2fa0f189ed3deff3aa Mon Sep 17 00:00:00 2001 From: ache Date: Mon, 2 May 2022 02:08:35 +0200 Subject: New version of ache.one --- package.json | 76 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 42 insertions(+), 34 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index af1a234..88cb6c7 100644 --- a/package.json +++ b/package.json @@ -1,51 +1,59 @@ { "name": "ache.one", - "description": "Ache's personal website", + "version": "2.0.0", + "description": "Next version of ache.one", + "main": "index.js", "scripts": { - "pretest": "xo", - "prepare": "terser src/js/zen.js -o s/js/main.js" + "test": "ava", + "lint": "npx xo", + "build-svg": "svgo -f src/img -o s/imgM", + "build-static": "node src/build/index.mjs", + "build-js": "terser src/js/*.js -o s/js/main.js", + "build-css": "sassc -t compressed src/css/design.scss > s/css/style.css" }, - "dependencies": { - "rehype-format": "^2.2.0", - "rehype-katex": "^1.0.0", - "rehype-raw": "^2.0.0", - "rehype-stringify": "^3.0.0", - "remark": "^8.0.0", - "remark-cli": "^7.0.1", - "remark-grid-tables": "^1.2.0", - "remark-highlight.js": "^5.2.0", - "remark-html": "^6.0.1", - "remark-kbd": "^1.0.21", - "remark-line-input": "git+http://git.ache.one/remark-line-input/", - "remark-math": "^1.0.0", - "remark-multiple-choice": "git+http://git.ache.one/remark-multiple-choice", - "remark-numbered-footnotes": "^1.0.9", - "remark-parse": "^5.0.0", - "remark-preset-lint-markdown-style-guide": "^2.1.4", - "remark-rehype": "^3.0.0", - "remark-select": "^1.0.0", - "remark-slug": "^5.1.2", - "remark-special-box": "git+http://git.ache.one/remark-special-box/", - "remark-text-input": "git+http://git.ache.one/remark-text-input/", - "remark-toc": "^7.0.0" - }, - "devDependencies": { - "del-cli": "^1.1.0", - "terser": "^5.5.1", - "xo": "^0.23.0" + "repository": { + "type": "git", + "url": "https://git.ache.one/ache.one" }, + "keywords": [ + "ache" + ], "xo": { "space": true, "rules": { "comma-dangle": [ "error", "always-multiline" - ] + ], + "strict": 0 }, "envs": [ "browser" ] }, - "author": "ache ", - "license": "GPL-3.0-or-later" + "author": "ache", + "license": "MIT", + "devDependencies": { + "hast-util-raw": "^7.2.1", + "hast-util-select": "^5.0.1", + "hast-util-to-text": "^3.1.1", + "mustache": "^4.2.0", + "rehype-autolink-headings": "^6.1.1", + "rehype-highlight": "^5.0.2", + "rehype-katex": "^6.0.2", + "rehype-raw": "^6.1.1", + "rehype-slug": "^5.0.1", + "rehype-stringify": "^9.0.3", + "remark": "^14.0.2", + "remark-directive": "^2.0.1", + "remark-gfm": "^3.0.1", + "remark-math": "^5.1.1", + "remark-rehype": "^10.1.0", + "remark-slug": "^7.0.1", + "remark-toc": "^8.0.1", + "rss": "^1.2.2", + "terser": "^5.12.1", + "unist-builder": "^3.0.0", + "unist-util-inspect": "^7.0.0" + } } -- cgit v1.2.3