mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-04 20:39:02 +08:00
- Update all dependencies to latest versions - Fix CodeEditor file selection to use $effect for proper reactivity - Disable analytics script temporarily - Update sitemap
88 lines
2.8 KiB
JSON
88 lines
2.8 KiB
JSON
{
|
|
"name": "component-party.dev",
|
|
"private": true,
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"repository": "github:matschik/component-party.dev",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"_format": "prettier --cache --cache-location .cache/prettier",
|
|
"format": "pnpm _format --write .",
|
|
"lint": "oxlint && eslint",
|
|
"check": "pnpm format && svelte-check --tsconfig ./tsconfig.json && pnpm lint",
|
|
"check:ci": "svelte-check --tsconfig ./tsconfig.json && pnpm lint",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"build:content": "node scripts/generateContent.ts --no-cache",
|
|
"build:progress": "node scripts/generateReadMeProgress.ts",
|
|
"build:sitemap": "node scripts/generateSitemap.ts",
|
|
"prepare": "lefthook install",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:e2e:debug": "playwright test --debug",
|
|
"test:e2e:report": "playwright show-report",
|
|
"test:e2e:install": "playwright install chromium",
|
|
"test": "pnpm run test:e2e",
|
|
"check:package-manager": "node scripts/check-package-manager.js"
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/heroicons": "^1.2.3",
|
|
"just-throttle": "^4.2.0",
|
|
"lz-string": "^1.5.0",
|
|
"runed": "^0.37.1",
|
|
"sv-router": "^0.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^2.0.0",
|
|
"@eslint/js": "^9.39.2",
|
|
"@iconify/json": "^2.2.426",
|
|
"@iconify/tailwind4": "^1.2.0",
|
|
"@playwright/test": "^1.57.0",
|
|
"@shikijs/markdown-it": "^3.21.0",
|
|
"@sveltejs/vite-plugin-svelte": "6.2.3",
|
|
"@sveltejs/vite-plugin-svelte-inspector": "5.0.2",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/folder-hash": "^4.0.4",
|
|
"@types/html-minifier-terser": "^7.0.2",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"autoprefixer": "^10.4.23",
|
|
"chokidar": "^5.0.0",
|
|
"eslint": "^9.39.2",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-oxlint": "^1.38.0",
|
|
"eslint-plugin-svelte": "^3.14.0",
|
|
"eta": "^4.5.0",
|
|
"folder-hash": "^4.1.1",
|
|
"globals": "^17.0.0",
|
|
"html-minifier-terser": "^7.2.0",
|
|
"just-kebab-case": "^4.2.0",
|
|
"lefthook": "^2.0.13",
|
|
"markdown-it": "^14.1.0",
|
|
"micache": "^2.4.1",
|
|
"oxlint": "^1.38.0",
|
|
"package-directory": "^8.1.0",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-svelte": "^3.4.1",
|
|
"shiki": "^3.21.0",
|
|
"svelte": "5.46.1",
|
|
"svelte-check": "^4.3.5",
|
|
"tailwindcss": "^4.1.18",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.52.0",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-html": "^3.2.2"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=22.18.0"
|
|
}
|
|
}
|