-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.52 KB
/
package.json
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "webproduct",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "node --max-old-space-size=8192 node_modules/vite/bin/vite.js 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 --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@melt-ui/pp": "^0.3.0",
"@melt-ui/svelte": "^0.75.3",
"@playwright/test": "^1.28.1",
"@supabase/supabase-js": "^2.39.0",
"@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/enhanced-img": "^0.1.5",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/d3-array": "^3.2.1",
"@types/d3-geo": "^3.1.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"mdsvex": "^0.11.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-headless-table": "^0.18.2",
"svelte-sequential-preprocessor": "^2.0.1",
"svelte-time": "^0.8.0",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.5",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.0",
"vitest": "^1.0.0"
},
"type": "module",
"dependencies": {
"@fontsource/jetbrains-mono": "^5.0.18",
"@supabase/auth-helpers-sveltekit": "^0.12.0",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/auth-ui-svelte": "^0.2.8",
"bits-ui": "^0.19.7",
"check-password-strength": "^2.0.7",
"classnames": "^2.3.2",
"clsx": "^2.0.0",
"layercake": "^8.0.2",
"layerchart": "^0.33.0",
"lucide-svelte": "^0.292.0",
"open-props": "^1.6.17",
"radix-icons-svelte": "^1.2.1",
"radix-svelte": "^0.9.0",
"rehype-slug": "^6.0.0",
"remark-slug": "^7.0.1",
"remark-toc": "^9.0.0",
"remark-unwrap-images": "^4.0.0",
"shiki": "^0.14.7",
"svelte-legos": "^0.2.2",
"svelte-ripple-action": "^1.0.4",
"svelte-select": "^5.8.3",
"svelte-ux": "^0.61.10",
"tailwind-merge": "^2.0.0",
"tailwind-variants": "^0.1.18"
}
}