-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.09 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": "site",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview --host",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "eslint .",
"deploy": "gh-pages -d build -t true"
},
"devDependencies": {
"@melt-ui/pp": "^0.3.2",
"@melt-ui/svelte": "^0.86.2",
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"eslint": "^9.19.0",
"eslint-plugin-svelte": "^2.46.1",
"mdsvex": "^0.12.3",
"remark": "^15.0.1",
"svelte": "^5.19.6",
"svelte-check": "^4.1.4",
"svelte-sequential-preprocessor": "^2.0.2",
"typescript": "^5.7.3",
"vite": "^6.0.11"
},
"type": "module",
"dependencies": {
"@fontsource/open-sans": "^5.1.1",
"remark-wiki-link": "^2.0.1",
"svelte-bootstrap-icons": "^3.1.2",
"svelte-routing": "^2.13.0"
}
}