Port NiimBlue label designer to Fichero D11s with local BLE protocol library
This commit is contained in:
48
web/package.json
Normal file
48
web/package.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "fichero-web",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/core": "^7.4.5",
|
||||
"@capacitor/filesystem": "^7.1.6",
|
||||
"@capacitor/share": "^7.0.3",
|
||||
"@fontsource-variable/noto-sans": "^5.2.10",
|
||||
"@formatjs/intl-localematcher": "^0.6.2",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"bootstrap": "5.3.8",
|
||||
"d3-dsv": "^3.0.1",
|
||||
"dayjs": "^1.11.19",
|
||||
"fabric": "^6.7.1",
|
||||
"material-icons": "^1.13.14",
|
||||
"qrcode-generator": "2.0.4",
|
||||
"toastify-js": "^1.12.0",
|
||||
"zod": "^4.1.12"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
||||
"@tsconfig/svelte": "^5.0.5",
|
||||
"@types/bootstrap": "^5.2.10",
|
||||
"@types/d3-dsv": "^3.0.7",
|
||||
"@types/node": "^24.10.0",
|
||||
"@types/qrcode-svg": "^1.1.5",
|
||||
"@types/toastify-js": "^1.12.4",
|
||||
"sass": "1.77.6",
|
||||
"svelte": "^5.43.2",
|
||||
"svelte-check": "^4.3.3",
|
||||
"tslib": "^2.8.1",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^7.1.12"
|
||||
},
|
||||
"overrides": {
|
||||
"fabric": {
|
||||
"canvas": "npm:uninstall"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user