-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.08 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
{
"name": "svelteelcato",
"version": "1.0",
"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",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/f7": "^1.1.0",
"@iconify-json/line-md": "^1.1.37",
"@iconify-json/material-symbols-light": "^1.1.19",
"@playwright/test": "^1.28.1",
"@prgm/sveltekit-progress-bar": "^2.0.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-cloudflare": "^4.7.3",
"@sveltejs/adapter-vercel": "^5.3.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/node": "^20.14.2",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"postcss-nesting": "^12.1.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.2",
"prettier-plugin-tailwindcss": "^0.5.12",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.71.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-confetti": "^1.3.2",
"svelte-headless-table": "^0.18.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"unplugin-icons": "^0.18.5",
"vite": "^5.0.3",
"vitest": "^1.2.0"
},
"type": "module",
"dependencies": {
"@sindresorhus/slugify": "^2.2.1",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"abortcontroller-polyfill": "^1.7.5",
"bits-ui": "^0.18.6",
"clsx": "^2.1.0",
"highlight.js": "^11.9.0",
"js-sha256": "^0.11.0",
"lucide-svelte": "^0.383.0",
"mode-watcher": "^0.3.0",
"pocketbase": "^0.21.1",
"svelte-persisted-store": "^0.9.1",
"svelte-sonner": "^0.3.19",
"tailwind-merge": "^2.2.1",
"tailwind-variants": "^0.2.0",
"vaul-svelte": "^0.2.4"
}
}