summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json33
1 files changed, 9 insertions, 24 deletions
diff --git a/package.json b/package.json
index b8b53f5..b869742 100644
--- a/package.json
+++ b/package.json
@@ -1,29 +1,17 @@
{
"name": "sudomsg",
- "version": "1.0.0",
+ "version": "0.1.0",
"description": "Sudomsg Website",
"dependencies": {
- "@11ty/eleventy": "^1.0.0",
+ "@11ty/eleventy": "^2.0.0-canary.16",
+ "@11ty/eleventy-navigation": "^0.3.2",
+ "@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11ty/eleventy-plugin-rss": "^1.1.2",
- "@11ty/eleventy-plugin-syntaxhighlight": "^3.1.3",
- "@sindresorhus/slugify": "^1.1.2",
- "common-tags": "^1.8.2",
- "del-cli": "^4.0.1",
- "markdown-it": "^12.3.0",
- "markdown-it-anchor": "^8.4.1",
- "markdown-it-attrs": "^4.1.3",
- "markdown-it-footnote": "^3.0.3",
- "prismjs": "^1.26.0"
- },
- "devDependencies": {
- "eslint": "^8.6.0",
- "stylelint": "^14.2.0",
- "stylelint-config-standard": "^24.0.0"
+ "@11ty/eleventy-plugin-syntaxhighlight": "^4.0.0",
+ "luxon": "^3.0.0",
+ "prismjs": "^1.27.0"
},
"scripts": {
- "preserve": "npm run clean",
- "prebuild": "npm run clean",
- "clean": "del dist",
"build": "eleventy --quiet",
"serve": "eleventy --serve --quiet",
"start": "npm run serve",
@@ -31,15 +19,12 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/marcthe12/website.git"
+ "url": "git+https://sudomsg.xyz/cgit/mboocha/sudomsg/"
},
"keywords": [
"Blog"
],
"author": "Marc Pervaz Boocha",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/marcthe12/website/issues"
- },
+ "license": "MIT",
"homepage": "https://sudomsg.xyz"
}