-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "jakubc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@floating-ui/dom": "^1.6.12",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@iconify-json/ic": "^1.2.1",
"@iconify/tailwind": "^1.1.3",
"@rollup/plugin-node-resolve": "^15.3.0",
"@skeletonlabs/skeleton": "^2.10.3",
"@skeletonlabs/tw-plugin": "^0.4.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tailwindcss/typography": "^0.5.15",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^22.9.0",
"autoprefixer": "^10.4.20",
"command-line-args": "^6.0.1",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^5.1.15",
"svelte-check": "^4.0.7",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"svelte-ssr": "file:./build/render"
}
}