This commit is contained in:
Chris Kruining 2025-02-11 16:55:12 +11:00
parent f3069b12af
commit 487e41c2d7
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
10 changed files with 163 additions and 69 deletions

View file

@ -1,5 +1,10 @@
{
"name": "calque",
"type": "module",
"engines": {
"node": ">=18",
"bun": ">=1"
},
"dependencies": {
"@solid-primitives/clipboard": "^1.5.10",
"@solid-primitives/destructure": "^0.2.0",
@ -19,16 +24,6 @@
"ts-pattern": "^5.6.0",
"vinxi": "^0.4.3"
},
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version"
},
"type": "module",
"devDependencies": {
"@happy-dom/global-registrator": "^15.11.7",
"@sinonjs/fake-timers": "^14.0.0",
@ -41,5 +36,11 @@
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-solid-svg": "^0.8.1",
"workbox-window": "^7.3.0"
},
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"version": "vinxi version"
}
}