-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.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
{
"name": "ollama-kiss-ui",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@iconify-json/mdi": "^1.2.1",
"@iconify/tailwind": "^1.1.3",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"@tsconfig/svelte": "^5.0.4",
"@types/dompurify": "^3.2.0",
"@types/marked": "^6.0.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"postcss": "^8.4.49",
"postcss-nesting": "^13.0.1",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"svelte": "^5.3.0",
"svelte-check": "^4.1.0",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "~5.6.3",
"vite": "^5.4.11"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"clipboard": "^2.0.11",
"dexie": "^4.0.10",
"dompurify": "^3.2.2",
"highlight.js": "^11.10.0",
"marked": "^15.0.3"
}
}