mirror of
https://github.com/MultiMote/niimblue
synced 2026-01-19 19:37:11 +03:00
62 lines
1.6 KiB
JSON
62 lines
1.6 KiB
JSON
{
|
|
"name": "niimblue",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev-check": "npm run sv-check && npm run dev",
|
|
"dev": "vite",
|
|
"dev-local-lib": "vite --force",
|
|
"build": "vite build",
|
|
"build-rel": "vite build --base=./",
|
|
"preview": "vite preview",
|
|
"sv-check": "svelte-check --tsconfig ./tsconfig.json",
|
|
"gen-mdi-list": "node gen-mdi-list.mjs > src/styles/mdi_icons.ts",
|
|
"lint": "eslint .",
|
|
"format-all": "prettier --write \"src/**/*.{ts,svelte}\" \"!src/styles/mdi_icons.ts\""
|
|
},
|
|
"dependencies": {
|
|
"@capacitor/core": "^7.2.0",
|
|
"@capacitor/filesystem": "^7.0.1",
|
|
"@capacitor/share": "^7.0.1",
|
|
"@fontsource-variable/noto-sans": "^5.2.10",
|
|
"@formatjs/intl-localematcher": "^0.6.2",
|
|
"@mmote/niimbluelib": "0.0.1-alpha.32",
|
|
"@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": {
|
|
"@eslint/js": "^9.39.0",
|
|
"@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",
|
|
"eslint-plugin-svelte": "^3.13.0",
|
|
"globals": "^16.5.0",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"sass": "1.77.6",
|
|
"svelte": "^5.43.2",
|
|
"svelte-check": "^4.3.3",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.46.3",
|
|
"vite": "^7.1.12"
|
|
},
|
|
"overrides": {
|
|
"fabric": {
|
|
"canvas": "npm:uninstall"
|
|
}
|
|
}
|
|
}
|