[Archived] Archived WIP of vielle.dev
1{
2 "name": "personal-site",
3 "type": "module",
4 "version": "0.0.1",
5 "scripts": {
6 "dev": "astro dev --port 3000 --host",
7 "start": "astro dev",
8 "build": "astro check && astro build",
9 "preview": "astro preview",
10 "astro": "astro",
11 "format": "prettier . --write"
12 },
13 "dependencies": {
14 "@astrojs/check": "^0.9.4",
15 "@astrojs/mdx": "^4.3.0",
16 "@astrojs/rss": "^4.0.12",
17 "@astrojs/sitemap": "^3.4.1",
18 "astro": "5.11.0",
19 "lunarphase-js": "^2.0.3",
20 "markdown-it": "^14.1.0",
21 "rehype-accessible-emojis": "^0.3.2",
22 "remark-toc": "^9.0.0",
23 "typescript": "^5.8.3",
24 "unified": "^11.0.5"
25 },
26 "devDependencies": {
27 "@types/hast": "^3.0.4",
28 "prettier": "3.5.3",
29 "prettier-plugin-astro": "0.14.1",
30 "pretty-quick": "^4.1.1",
31 "simple-git-hooks": "^2.13.0"
32 }
33}