Commit f459eea0 authored by wycers's avatar wycers
Browse files

ci

parent 00e2269c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -6,5 +6,3 @@ node_modules
.env
.env.*
!.env.example
 No newline at end of file
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
+17 −2
Original line number Diff line number Diff line
@@ -17,16 +17,20 @@
	"devDependencies": {
		"@playwright/test": "^1.28.1",
		"@sveltejs/adapter-auto": "^3.0.0",
		"@sveltejs/adapter-node": "^4.0.1",
		"@sveltejs/kit": "^2.0.0",
		"@sveltejs/vite-plugin-svelte": "^3.0.0",
		"@tailwindcss/typography": "^0.5.10",
		"@types/eslint": "^8.56.0",
		"@types/node": "^20.11.24",
		"@typescript-eslint/eslint-plugin": "^7.0.0",
		"@typescript-eslint/parser": "^7.0.0",
		"autoprefixer": "^10.4.16",
		"bits-ui": "^0.19.3",
		"eslint": "^8.56.0",
		"eslint-config-prettier": "^9.1.0",
		"eslint-plugin-svelte": "^2.35.1",
		"lucia": "^3.0.1",
		"postcss": "^8.4.32",
		"postcss-load-config": "^5.0.2",
		"prettier": "^3.1.1",
@@ -34,19 +38,30 @@
		"prettier-plugin-tailwindcss": "^0.5.9",
		"svelte": "^4.2.7",
		"svelte-check": "^3.6.0",
		"sveltekit-superforms": "^2.8.0",
		"tailwindcss": "^3.3.6",
		"ts-node": "^10.9.2",
		"tslib": "^2.4.1",
		"typescript": "^5.0.0",
		"typescript": "^5.3.3",
		"vite": "^5.0.3",
		"vitest": "^1.2.0"
		"vitest": "^1.2.0",
		"zod": "^3.22.4"
	},
	"type": "module",
	"dependencies": {
		"@lucia-auth/adapter-prisma": "^4.0.0",
		"@prisma/client": "5.10.2",
		"@tiptap/core": "^2.2.4",
		"@tiptap/extension-collaboration": "^2.2.4",
		"@tiptap/extension-collaboration-cursor": "^2.2.4",
		"@tiptap/pm": "^2.2.4",
		"@tiptap/starter-kit": "^2.2.4",
		"clsx": "^2.1.0",
		"oslo": "^1.1.3",
		"prisma": "^5.10.2",
		"svelte-radix": "^1.0.3",
		"tailwind-merge": "^2.2.1",
		"tailwind-variants": "^0.2.0",
		"y-webrtc": "^10.3.0",
		"yjs": "^13.6.14"
	}
+1413 −181

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
import adapter from '@sveltejs/adapter-auto';
import adapter from '@sveltejs/adapter-node';
import { vitePreprocess } from '@sveltejs/vite-plugin-svelte';

/** @type {import('@sveltejs/kit').Config} */