stash
This commit is contained in:
parent
f3069b12af
commit
487e41c2d7
10 changed files with 163 additions and 69 deletions
21
package.json
21
package.json
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue