59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "peer-at-code",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "npm run test:integration && npm run test:unit",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
|
"format": "prettier --plugin-search-dir . --write .",
|
|
"test:integration": "playwright test",
|
|
"test:unit": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"bits-ui": "^0.20.1",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"formsnap": "^0.5.1",
|
|
"lucide-svelte": "^0.363.0",
|
|
"mode-watcher": "^0.3.0",
|
|
"svelte-boring-avatars": "^1.2.6",
|
|
"svelte-sonner": "^0.3.19",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwind-variants": "^0.2.1",
|
|
"mdsvex": "^0.11.0",
|
|
"vaul-svelte": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.42.1",
|
|
"@sveltejs/adapter-node": "^5.0.1",
|
|
"@sveltejs/kit": "^2.5.4",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.2",
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"@typescript-eslint/eslint-plugin": "^7.3.1",
|
|
"@typescript-eslint/parser": "^7.3.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"boring-avatars": "^1.10.1",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.35.1",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-svelte": "^3.2.2",
|
|
"prettier-plugin-tailwindcss": "^0.5.12",
|
|
"svelte": "^4.2.12",
|
|
"svelte-check": "^3.6.8",
|
|
"sveltekit-superforms": "^2.11.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.3",
|
|
"vite": "^5.2.6",
|
|
"vitest": "^1.4.0",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|