feat: cv
This commit is contained in:
parent
4999423af4
commit
87019379d7
22 changed files with 441 additions and 166 deletions
40
package.json
40
package.json
|
|
@ -2,13 +2,6 @@
|
|||
"name": "da.nfin.ch",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.13",
|
||||
"@typescript/native-preview": "beta",
|
||||
"oxfmt": "^0.47.0",
|
||||
"oxlint": "^1.62.0",
|
||||
"hypeup": "workspace:*"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Sigitex",
|
||||
|
|
@ -18,31 +11,42 @@
|
|||
"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": "hypeup generate",
|
||||
"publish:main": "rsync -avz --delete dist/ da.nfin.ch:~/da.nfin.ch",
|
||||
"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:main && bun run publish:errilaz"
|
||||
},
|
||||
"files": [
|
||||
"src"
|
||||
],
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"/sig/hypeup/packages/*"
|
||||
]
|
||||
"publish": "bun run publish:site && bun run publish:errilaz"
|
||||
},
|
||||
"dependencies": {
|
||||
"98se.css": "/err/98se.css",
|
||||
"@danielx/civet": "^0.11.7",
|
||||
"@fontsource/roboto-condensed": "^5.2.8",
|
||||
"@hypeup/client": "workspace:*",
|
||||
"@hypeup/lexicon": "workspace:*",
|
||||
"@hypeup/runtime": "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",
|
||||
"hypeup": "workspace:*",
|
||||
"playwright": "^1.54.1"
|
||||
},
|
||||
"workspaces": {
|
||||
"packages": [
|
||||
"/sig/hypeup/packages/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue