this repo has no description
1{
2 "name": "portfolio",
3 "type": "module",
4 "version": "0.0.1",
5 "scripts": {
6 "dev": "astro dev --port 5173",
7 "build": "astro build",
8 "preview": "sirv dist/ --port 4173",
9 "astro": "astro",
10 "format": "prettier --write .",
11 "database": "ortfodb --config ./ortfodb.yaml --scattered build works.json",
12 "postdatabase": "prettier --write works.json",
13 "dbu": "bun database && git add works.json && bun run ./commit-database-changes.ts && git push",
14 "mediaup": "rclone --progress copy media/ www:media.gwen.works/",
15 "postinstall": "patch-package && husky"
16 },
17 "lint-staged": {
18 "works.json": "bunx prettier --write"
19 },
20 "dependencies": {
21 "@astrojs/mdx": "^4.3.7",
22 "@astrojs/netlify": "^6.5.13",
23 "@astrojs/rss": "^4.0.12",
24 "@astrojs/sitemap": "^3.6.0",
25 "astro": "^5.14.6",
26 "date-fns": "^4.1.0",
27 "jsdom": "^27.4.0",
28 "picomatch": "^4.0.3",
29 "pofile": "^1.1.4",
30 "slug": "^11.0.1",
31 "tinycolor2": "^1.6.0",
32 "yaml": "^2.8.2"
33 },
34 "devDependencies": {
35 "@playwright/test": "^1.57.0",
36 "@types/bun": "^1.3.5",
37 "@types/jsdom": "^27.0.0",
38 "@types/picomatch": "^4.0.2",
39 "@types/slug": "^5.0.9",
40 "husky": "^9.1.7",
41 "netlify": "^23.13.0",
42 "patch-package": "^8.0.1",
43 "prettier": "^3.7.4",
44 "prettier-plugin-astro": "^0.14.1",
45 "prettier-plugin-sort-json": "^4.1.1",
46 "rehype-katex": "^7.0.1",
47 "remark-math": "^6.0.0",
48 "sirv-cli": "^3.0.1"
49 }
50}