-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.61 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
{
"name": "emerald-website",
"version": "1.0.9",
"private": true,
"scripts": {
"dev": "vite",
"dev-exposed": "vite --host",
"build": "vite build",
"preview": "vite preview",
"deps:install": "pnpm i",
"deps:update": "pnpm up",
"deps:update-latest": "pnpm up -L",
"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 .",
"prepare": "husky"
},
"devDependencies": {
"@inlang/paraglide-js": "^1.11.3",
"@inlang/paraglide-sveltekit": "^0.8.7",
"@inqling/svelte-icons": "<= 4.1.2 || >= 4.1.4",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.7.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/eslint": "^9.6.1",
"autoprefixer": "^10.4.20",
"bits-ui": "1.0.0-next.21",
"eslint": "^9.13.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.45.1",
"globals": "^15.11.0",
"husky": "^9.1.6",
"just-extend": "^6.2.0",
"mini-svg-data-uri": "^1.4.4",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"super-sitemap": "^0.15.1",
"svelte": "^5.0.3",
"svelte-check": "^4.0.5",
"svelte-meta-tags": "^3.1.4",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-3d": "^1.0.7",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.10.0",
"vaul-svelte": "^0.3.2",
"vite": "^5.4.9"
},
"type": "module"
}