You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k0r.386/package.json

30 lines
702 B
JSON

{
"name": "k0r.386",
"version": "0.5.0",
"description": "Vitepress based interactive, retro-terminal style homepage",
"packageManager": "pnpm@8.11.0",
"repository": {
"type": "git",
"url": "git+https://git.k0r.in/n/k0r.386"
},
"author": "Norman Köhring",
"license": "MIT",
"homepage": "https://koehr.ing",
"bugs": {
"url": "https://git.k0r.in/n/k0r.386/issues"
},
"scripts": {
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "1.0.0-rc.31",
"vue": "^3.3.10"
},
"dependencies": {
"@figlet-ts/lib": "^0.5.0",
"@fontsource/vt323": "^5.0.8"
}
}