This repository has been archived on 2024-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
InSoDev-Website/package.json
2023-06-18 21:37:31 +02:00

38 lines
899 B
JSON

{
"name": "softwareschmiede",
"version": "0.0.1",
"author": "Tim-Niclas Oelschläger",
"description": "Website von Zokki's Softwareschmiede",
"license": "AGPL-3.0",
"scripts": {
"postinstall": "patch-package",
"watch": "NODE_ENV=DEVELOPMENT ts-node ./scripts/watch.ts",
"build:dev": "NODE_ENV=DEVELOPMENT ts-node ./scripts/build.ts",
"build:prod": "NODE_ENV=PRODUCTION ts-node ./scripts/build.ts && echo '@TODO minify'"
},
"keywords": [
"HTML",
"CSS",
"JavaScript",
"Softwareschmiede",
"Zokki",
"Internetseite",
"Website",
"Typescript",
"typed-html"
],
"devDependencies": {
"@swc/core": "^1.3.62",
"@types/node": "^20.3.0",
"chokidar": "^3.5.3",
"live-server": "^1.2.2",
"patch-package": "^7.0.0",
"prettier": "^2.8.8",
"sass": "^1.63.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typed-html": "^3.0.1",
"typescript": "^5.1.3"
}
}