calque/package.json

37 lines
No EOL
969 B
JSON

{
"name": "calque",
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.10",
"@solidjs/start": "^1.0.9",
"dexie": "^4.0.9",
"iterator-helpers-polyfill": "^3.0.1",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.3",
"ts-pattern": "^5.5.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.0",
"@sinonjs/fake-timers": "^13.0.5",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/sinonjs__fake-timers": "^8.1.5",
"@types/wicg-file-system-access": "^2023.10.5",
"bun-types": "^1.1.34",
"jsdom": "^25.0.1",
"vite-plugin-pwa": "^0.20.5",
"workbox-window": "^7.3.0"
}
}