mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-06-25 05:43:35 +02:00
「🏗️」 wip: added all necessary package for starting
This commit is contained in:
6
.dockerignore
Normal file
6
.dockerignore
Normal file
@ -0,0 +1,6 @@
|
||||
flake.nix
|
||||
flake.lock
|
||||
|
||||
docker/
|
||||
|
||||
node_modules/
|
@ -33,6 +33,7 @@
|
||||
nixd
|
||||
nixfmt-rfc-style
|
||||
|
||||
typescript-language-server
|
||||
nodejs_22
|
||||
pnpm
|
||||
];
|
||||
|
13
package.json
Normal file
13
package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@fastify/env": "^5.0.2",
|
||||
"@fastify/jwt": "^9.1.0",
|
||||
"@tailwindcss/vite": "^4.1.10",
|
||||
"fastify": "^5.4.0",
|
||||
"tailwindcss": "^4.1.10",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vite": "^6.3.5"
|
||||
}
|
||||
}
|
1517
pnpm-lock.yaml
generated
Normal file
1517
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load Diff
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
@ -0,0 +1,3 @@
|
||||
ignoredBuiltDependencies:
|
||||
- '@tailwindcss/oxide'
|
||||
- esbuild
|
8
vite.config.ts
Normal file
8
vite.config.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import tailwindcss from '@tailwindcss/vite'
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
tailwindcss
|
||||
],
|
||||
})
|
Reference in New Issue
Block a user