add nixpacks config and update dependencies
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
8
nixpacks.toml
Normal file
8
nixpacks.toml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
[phases.setup]
|
||||||
|
nixPkgs = ["nodejs_22", "pnpm"]
|
||||||
|
|
||||||
|
[phases.build]
|
||||||
|
cmds = ["pnpm build"]
|
||||||
|
|
||||||
|
[start]
|
||||||
|
cmd = "pnpm preview --host 0.0.0.0 --port $PORT"
|
||||||
20
package.json
20
package.json
@@ -10,17 +10,17 @@
|
|||||||
"test": "vitest"
|
"test": "vitest"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@vueuse/core": "^9.13.0",
|
"@vueuse/core": "^14.2.1",
|
||||||
"luxon": "^3.3.0",
|
"luxon": "^3.7.2",
|
||||||
"vue": "^3.2.45",
|
"vue": "^3.5.30",
|
||||||
"vue-router": "4"
|
"vue-router": "4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/luxon": "^3.2.0",
|
"@types/luxon": "^3.7.1",
|
||||||
"@vitejs/plugin-vue": "^4.0.0",
|
"@vitejs/plugin-vue": "^6.0.5",
|
||||||
"typescript": "^4.9.3",
|
"typescript": "^5.9.3",
|
||||||
"vite": "^4.1.0",
|
"vite": "^8.0.0",
|
||||||
"vitest": "^0.29.2",
|
"vitest": "^4.1.0",
|
||||||
"vue-tsc": "^1.0.24"
|
"vue-tsc": "^3.2.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
1801
pnpm-lock.yaml
generated
1801
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user