the funny

This commit is contained in:
Lara 2024-11-02 14:55:29 +02:00
parent 5a555b7bb0
commit 09a573a2d3
Signed by: laratheprotogen
GPG key ID: 5C0296EB3165F98B
118 changed files with 15738 additions and 24427 deletions

View file

@ -12,6 +12,7 @@
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/node": "^18.16.3",
"babel-loader": "^9.1.2",
"cross-env": "^7.0.3",
"css-loader": "^6.8.1",
@ -24,6 +25,7 @@
"postcss-loader": "^7.3.3",
"postcss-nesting": "^11.3.0",
"postcss-preset-env": "^8.5.1",
"rimraf": "^6.0.1",
"source-map-loader": "^4.0.1",
"tailwindcss": "^1.9.6",
"ts-loader": "^9.4.3",
@ -38,6 +40,8 @@
"dependencies": {
"@fastify/static": "^7.0.1",
"@highlightjs/vue-plugin": "^1.0.2",
"@zeppelinbot/shared": "workspace:*",
"brace": "^0.11.1",
"fastify": "^4.26.2",
"highlight.js": "^11.8.0",
"humanize-duration": "^3.27.0",

View file

@ -10,6 +10,7 @@
"emitDecoratorMetadata": true,
"strict": false,
"lib": ["esnext", "dom"],
"types": ["node"],
"baseUrl": ".",
"resolveJsonModule": true,
"esModuleInterop": true,