-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.98 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "formation",
"private": true,
"version": "1.0.0",
"type": "module",
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916",
"scripts": {
"dev": "vite dev --host",
"build": "svelte-kit sync && vite build",
"preview": "vite preview --host 127.0.0.1 --port 4173",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "svelte-kit sync && prettier --check . && eslint . --max-warnings=0",
"format": "eslint --fix . && prettier --write .",
"test:unit": "vitest run --coverage",
"test:e2e": "playwright test",
"test": "pnpm test:unit && pnpm test:e2e",
"ci-workflow": "pnpm check && pnpm lint && pnpm test:unit && pnpm build"
},
"devDependencies": {
"@davincibot/config": "^4.1.0",
"@eslint/js": "^10.0.1",
"@playwright/test": "^1.62.1",
"@sveltejs/adapter-node": "^5.5.7",
"@sveltejs/kit": "^2.70.2",
"@sveltejs/vite-plugin-svelte": "^7.3.0",
"@tailwindcss/vite": "^4.3.3",
"@types/node": "^26.2.0",
"@vitest/coverage-v8": "^4.1.10",
"esbuild": "^0.28.2",
"eslint": "^10.8.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.23.0",
"globals": "^17.11.0",
"jsdom": "^30.0.1",
"prettier": "^3.9.6",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-svelte": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.8.1",
"svelte": "^5.56.9",
"svelte-check": "^4.7.6",
"svelte-preprocess": "^6.0.5",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.67.0",
"vite": "^8.2.1",
"vitest": "^4.1.10"
},
"dependencies": {
"@davincibot/components": "^6.0.0",
"@davincibot/database-types": "^4.4.0",
"@davincibot/lib": "^5.3.0",
"@lucide/svelte": "^1.31.0",
"@supabase/ssr": "0.12.4",
"@supabase/supabase-js": "^2.112.3"
}
}