aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 2ef82d0..bef3543 100644
--- a/package.json
+++ b/package.json
@@ -13,20 +13,20 @@
"del-cli": "^4.0.1",
"luxon": "^2.3.0",
"markdown-it": "^12.3.0",
- "markdown-it-attrs": "^4.1.3",
"markdown-it-anchor": "^8.4.1",
+ "markdown-it-attrs": "^4.1.3",
"markdown-it-footnote": "^3.0.3",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-preset-env": "^7.2.0"
},
"devDependencies": {
+ "eslint": "^8.6.0",
"stylelint": "^14.2.0",
- "stylelint-config-standard": "^24.0.0",
- "eslint": "^8.6.0"
+ "stylelint-config-standard": "^24.0.0"
},
"scripts": {
- "prestart": "npm run clean",
+ "preserve": "npm run clean",
"prebuild": "npm run clean",
"clean": "del dist",
"build": "eleventy --quiet",
@@ -47,4 +47,4 @@
"url": "https://github.com/marcthe12/website/issues"
},
"homepage": "https://sudomsg.xyz"
-} \ No newline at end of file
+}