72 lines
2.3 KiB
JSON
72 lines
2.3 KiB
JSON
{
|
|
"name": "glyphdiff",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"packageManager": "yarn@4.11.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-check --tsconfig ./tsconfig.json || echo ''",
|
|
"check": "svelte-check",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "oxlint",
|
|
"format": "dprint fmt",
|
|
"format:check": "dprint check",
|
|
"test:e2e": "playwright test",
|
|
"test:unit": "vitest run",
|
|
"test:unit:watch": "vitest",
|
|
"test:unit:ui": "vitest --ui",
|
|
"test:unit:coverage": "vitest run --coverage",
|
|
"test:component": "vitest run --config vitest.config.component.ts",
|
|
"test:component:browser": "vitest run --config vitest.config.browser.ts",
|
|
"test:component:browser:watch": "vitest --config vitest.config.browser.ts",
|
|
"test": "yarn run test:unit",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "5.1.2",
|
|
"@internationalized/date": "3.12.1",
|
|
"@lucide/svelte": "^1.14.0",
|
|
"@playwright/test": "1.59.1",
|
|
"@storybook/addon-a11y": "10.3.6",
|
|
"@storybook/addon-docs": "10.3.6",
|
|
"@storybook/addon-svelte-csf": "5.1.2",
|
|
"@storybook/addon-vitest": "10.3.6",
|
|
"@storybook/svelte-vite": "10.3.6",
|
|
"@sveltejs/vite-plugin-svelte": "7.1.0",
|
|
"@tailwindcss/vite": "4.2.4",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/svelte": "^5.3.1",
|
|
"@tsconfig/svelte": "5.0.8",
|
|
"@types/jsdom": "28.0.1",
|
|
"@vitest/browser-playwright": "4.1.5",
|
|
"@vitest/coverage-v8": "4.1.5",
|
|
"bits-ui": "2.18.1",
|
|
"clsx": "^2.1.1",
|
|
"dprint": "0.54.0",
|
|
"jsdom": "29.1.1",
|
|
"lefthook": "2.1.6",
|
|
"oxlint": "1.62.0",
|
|
"playwright": "1.59.1",
|
|
"storybook": "10.3.6",
|
|
"svelte": "5.55.5",
|
|
"svelte-check": "^4.3.4",
|
|
"svelte-language-server": "0.17.31",
|
|
"tailwind-merge": "3.5.0",
|
|
"tailwind-variants": "^3.2.2",
|
|
"tailwindcss": "4.2.4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "6.0.3",
|
|
"vite": "8.0.10",
|
|
"vitest": "4.1.5",
|
|
"vitest-browser-svelte": "2.1.1"
|
|
},
|
|
"dependencies": {
|
|
"@chenglou/pretext": "^0.0.5",
|
|
"@tanstack/svelte-query": "6.1.28"
|
|
}
|
|
}
|