a: Update my website so it looks like a terminal
- Ready for a first deploy
- All mentions of my Soon:tm: blog have been removed
Signed-off-by: Skyler Grey <skyler3665@gmail.com>
diff --git a/apps/a/package.json b/apps/a/package.json
index 32ac8ad..537e6ed 100644
--- a/apps/a/package.json
+++ b/apps/a/package.json
@@ -10,8 +10,8 @@
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
- "lint": "prettier --plugin-search-dir . --check . && eslint .",
- "format": "prettier --plugin-search-dir . --write ."
+ "lint": "prettier --plugin-search-dir . --check . --config ./.prettierrc.cjs && eslint .",
+ "format": "prettier --plugin-search-dir . --write . --config ./.prettierrc.cjs"
},
"devDependencies": {
"@playwright/test": "^1.28.1",
@@ -24,6 +24,7 @@
"postcss-load-config": "^4.0.1",
"prettier": "^2.8.0",
"prettier-plugin-svelte": "^2.8.1",
+ "prettier-plugin-tailwindcss": "^0.4.1",
"svelte": "^3.58.0",
"svelte-check": "^3.0.1",
"tailwindcss": "^3.3.1",
@@ -38,6 +39,7 @@
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"components": "workspace:*",
+ "date-fns": "^2.30.0",
"lucide-svelte": "^0.229.0",
"radix-svelte": "^0.7.0",
"sass": "^1.62.1",