calque/package.json
2025-01-03 05:02:02 +01:00

37 lines
No EOL
950 B
JSON

{
"name": "calque",
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.2",
"@solidjs/start": "^1.0.10",
"dexie": "^4.0.10",
"iterator-helpers-polyfill": "^3.0.1",
"sitemap": "^8.0.0",
"solid-icons": "^1.1.0",
"solid-js": "^1.9.3",
"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",
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/user-event": "^14.5.2",
"@types/wicg-file-system-access": "^2023.10.5",
"bun-types": "^1.1.38",
"jsdom": "^25.0.1",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-solid-svg": "^0.8.1",
"workbox-window": "^7.3.0"
}
}