mirror of
https://github.com/koloml/furbooru-tagging-assistant.git
synced 2025-12-23 23:02:58 +00:00
* Updated `sass` from 1.86.3 to 1.89.1 * Updated `svelte` from 5.25.6 to 5.33.14 * Updated `svelte-check` from 4.1.5 to 4.2.1 * Updated `@sveltejs/kit` from 2.20.3 to 2.21.1 * Removed `@sveltejs/adapter-auto` Looks like it was left over from initial commit. We're using static adapter. * Updated `vite` from 6.2.5 to 6.3.5 * Updated `vitest` from 3.1.1 to 3.2.0 * Updated `@vitest/coverage-v8` from 3.1.1 to 3.2.0 * Updated `typescript` from 5.8.2 to 5.8.3 * Updated `jsdom` from 26.0.0 to 26.1.0 * Updated `@types/node` from 22.14.0 to 22.15.29 * Updated `@types/chrome` from 0.0.313 to 0.0.326
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "furbooru-tagging-assistant",
|
|
"version": "0.4.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "npm run build:popup && npm run build:extension",
|
|
"build:popup": "vite build",
|
|
"build:extension": "node build-extension.js",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"test": "vitest run --coverage",
|
|
"test:watch": "vitest watch --coverage"
|
|
},
|
|
"devDependencies": {
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.21.1",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@types/chrome": "^0.0.326",
|
|
"@types/node": "^22.15.29",
|
|
"@vitest/coverage-v8": "^3.2.0",
|
|
"cheerio": "^1.0.0",
|
|
"jsdom": "^26.1.0",
|
|
"sass": "^1.89.1",
|
|
"svelte": "^5.33.14",
|
|
"svelte-check": "^4.2.1",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5",
|
|
"vitest": "^3.2.0"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
|
"lz-string": "^1.5.0"
|
|
}
|
|
}
|