51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "da.nfin.ch",
|
|
"private": true,
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Sigitex",
|
|
"url": "http://github.com/sigitex"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sigitex/da.nfin.ch.git"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"scripts": {
|
|
"check": "tsgo --build",
|
|
"test": "bun test --pass-with-no-tests --tsconfig-override tsconfig.test.json",
|
|
"lint": "oxlint",
|
|
"start": "hypeup generate --watch",
|
|
"build": "bun run build:site && bun run build:cv",
|
|
"build:site": "hypeup generate",
|
|
"build:cv": "bun scripts/build-cv.ts",
|
|
"publish:site": "rsync -avz --delete dist/ da.nfin.ch:~/da.nfin.ch",
|
|
"publish:errilaz": "rsync -avz --delete errilaz.org/ da.nfin.ch:~/errilaz.org",
|
|
"publish": "bun run publish:site && bun run publish:errilaz"
|
|
},
|
|
"dependencies": {
|
|
"98se.css": "/err/98se.css",
|
|
"@fontsource/roboto-condensed": "^5.2.8",
|
|
"@hypeup/client": "workspace:*",
|
|
"@hypeup/lexicon": "workspace:*",
|
|
"@hypeup/runtime": "workspace:*",
|
|
"hypeup": "workspace:*",
|
|
"marked": "^18.0.3",
|
|
"marked-gfm-heading-id": "^4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.3.13",
|
|
"@typescript/native-preview": "beta",
|
|
"oxfmt": "^0.47.0",
|
|
"oxlint": "^1.62.0",
|
|
"playwright": "^1.54.1"
|
|
},
|
|
"workspaces": {
|
|
"packages": [
|
|
"/sig/hypeup/packages/*"
|
|
]
|
|
}
|
|
}
|