-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 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
{
"name": "home-landing",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write .",
"fmt": "pnpm format"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=8.0.0"
},
"devDependencies": {
"@fontsource/karla": "5.0.20",
"@sveltejs/adapter-static": "2.0.3",
"@sveltejs/kit": "1.30.4",
"@typescript-eslint/eslint-plugin": "8.0.0",
"@typescript-eslint/parser": "8.0.0",
"autoprefixer": "10.4.19",
"eslint": "9.5.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-svelte": "2.39.4",
"lucide-svelte": "0.395.0",
"postcss": "8.4.38",
"postcss-load-config": "6.0.1",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.4",
"sass": "1.77.5",
"svelte": "5.0.3",
"svelte-check": "4.0.1",
"svelte-preprocess": "6.0.1",
"tslib": "2.6.3",
"typescript": "5.4.5",
"vanilla-tilt": "1.8.1",
"vite": "5.3.1"
},
"type": "module"
}