-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.63 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.63 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
59
60
61
62
63
64
65
66
67
68
69
{
"name": "portfolio",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run prepack",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"prepack": "svelte-kit sync && svelte-package && publint",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"sideEffects": [
"**/*.css"
],
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"peerDependencies": {
"svelte": "^5.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.22.0",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@tailwindcss/postcss": "^4.1.12",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"publint": "^0.3.2",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.0.0",
"vite": "^7.0.4",
"@tailwindcss/vite": "^4.1.12"
},
"keywords": [
"svelte"
],
"dependencies": {
"@ai-sdk/svelte": "^3.0.28",
"@supabase/supabase-js": "^2.56.1",
"daisyui": "^5.1.0",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
"flowbite": "^3.1.2",
"flowbite-svelte": "^1.13.5",
"flowbite-svelte-icons": "^3.0.0",
"graphql-request": "^7.2.0",
"highlight.js": "^11.11.1",
"markdown-it": "^14.1.0",
"marked": "^16.2.1",
"particles.js": "^2.0.0",
"process": "^0.11.10",
"supabase": "^2.39.2"
}
}