76eb6672b0
We have some major version updates in our dependencies that should be treated separately. This update also contains an audit fix to close vulnerabilities. Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
82 lines
2.6 KiB
JSON
82 lines
2.6 KiB
JSON
{
|
|
"name": "anvil",
|
|
"version": "0.0.14",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"dev:tauri": "tauri dev",
|
|
"build": "vite build",
|
|
"build:tauri": "tauri build",
|
|
"build:tauri:debug": "tauri build --debug",
|
|
"preview": "vite preview",
|
|
"test": "playwright test",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"tauri": "tauri",
|
|
"test:unit": "vitest",
|
|
"test:unit:coverage": "vitest run --coverage",
|
|
"lint": "prettier --check . && eslint .",
|
|
"format": "prettier --write .",
|
|
"storybook": "STORYBOOK_DISABLE_TELEMETRY=1 storybook dev -p 6006",
|
|
"build-storybook": "STORYBOOK_DISABLE_TELEMETRY=1 storybook build",
|
|
"deploy-storybook": "gh-pages -d storybook-static -b pages -r git@codeberg.org:Anvil/Anvil.git",
|
|
"predeploy-storybook": "npm run build-storybook"
|
|
},
|
|
"devDependencies": {
|
|
"@istanbuljs/nyc-config-typescript": "1.0.2",
|
|
"@playwright/test": "1.47.1",
|
|
"@skeletonlabs/skeleton": "2.10.2",
|
|
"@skeletonlabs/tw-plugin": "0.4.0",
|
|
"@storybook/addon-a11y": "8.3.0",
|
|
"@storybook/addon-coverage": "1.0.4",
|
|
"@storybook/addon-essentials": "8.3.0",
|
|
"@storybook/addon-interactions": "8.3.0",
|
|
"@storybook/addon-links": "8.3.0",
|
|
"@storybook/blocks": "8.3.0",
|
|
"@storybook/builder-vite": "8.3.0",
|
|
"@storybook/svelte": "8.3.0",
|
|
"@storybook/sveltekit": "8.3.0",
|
|
"@storybook/test": "8.3.0",
|
|
"@sveltejs/adapter-node": "5.2.2",
|
|
"@sveltejs/kit": "2.5.27",
|
|
"@sveltejs/vite-plugin-svelte": "3.1.2",
|
|
"@tailwindcss/forms": "0.5.9",
|
|
"@tailwindcss/typography": "0.5.15",
|
|
"@tauri-apps/cli": "1.6.2",
|
|
"@testing-library/jest-dom": "6.5.0",
|
|
"@testing-library/svelte": "5.2.1",
|
|
"@types/node": "22.5.5",
|
|
"@typescript-eslint/eslint-plugin": "7.18.0",
|
|
"@typescript-eslint/parser": "7.18.0",
|
|
"@vitest/coverage-istanbul": "2.1.1",
|
|
"autoprefixer": "10.4.20",
|
|
"eslint": "8.56.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-storybook": "0.8.0",
|
|
"eslint-plugin-svelte": "2.44.0",
|
|
"gh-pages": "6.1.1",
|
|
"jsdom": "24.1.1",
|
|
"postcss": "8.4.47",
|
|
"prettier": "3.3.3",
|
|
"prettier-plugin-svelte": "3.2.6",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"storybook": "8.3.0",
|
|
"svelte": "4.2.19",
|
|
"svelte-check": "3.8.5",
|
|
"svelte-i18n": "4.0.0",
|
|
"svelte-octicons": "18.9.0",
|
|
"tailwindcss": "3.4.11",
|
|
"tslib": "2.7.0",
|
|
"typescript": "5.6.2",
|
|
"vite": "5.4.5",
|
|
"vitest": "2.1.1"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@floating-ui/dom": "1.6.11",
|
|
"@fontsource/spline-sans-mono": "5.1.0",
|
|
"axios": "1.7.7",
|
|
"cheerio": "1.0.0"
|
|
}
|
|
}
|