mirror of
https://github.com/infrost/RaptorQR.git
synced 2026-08-29 22:18:24 +08:00
25 lines
577 B
JSON
25 lines
577 B
JSON
{
|
|
"name": "@raptorqr/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "RaptorQR Preact web app",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@raptorqr/core": "workspace:*",
|
|
"@raptorqr/fast-qr-wasm": "workspace:*",
|
|
"@raptorqr/raptorq-wasm": "workspace:*",
|
|
"fflate": "^0.8.2",
|
|
"preact": "10.29.4"
|
|
},
|
|
"devDependencies": {
|
|
"@preact/preset-vite": "2"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -p tsconfig.json --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
}
|
|
}
|