1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00
Files
niimblue/package.json

49 lines
1.4 KiB
JSON

{
"name": "niimblue",
"private": true,
"type": "module",
"version": "0.0.1",
"scripts": {
"dev-check": "yarn sv-check && yarn dev-open",
"dev": "vite --force",
"dev-open": "vite --force --open",
"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/mdi_icons.ts",
"lint": "eslint ."
},
"dependencies": {
"@fontsource-variable/noto-sans": "^5.0.5",
"@mmote/niimbluelib": "0.0.1-alpha.17",
"@popperjs/core": "^2.11.8",
"bootstrap": "5.3.3",
"d3-dsv": "^3.0.1",
"dayjs": "^1.11.13",
"fabric": "5.4.0-browser",
"material-icons": "^1.13.12",
"qrcode-svg": "^1.1.0",
"toastify-js": "^1.12.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.4",
"@types/bootstrap": "^5.2.10",
"@types/d3-dsv": "^3.0.7",
"@types/fabric": "^5.3.9",
"@types/node": "^20.14.8",
"@types/qrcode-svg": "^1.1.5",
"@types/toastify-js": "^1.12.3",
"sass": "^1.77.5",
"svelte": "^4.2.19",
"svelte-check": "^3.8.4",
"tslib": "^2.6.3",
"typescript": "^5.2.2",
"vite": "5.4.8"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}