-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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.83.0",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "^2.5.28",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"eslint": "^8.57.1",
"eslint-plugin-svelte": "^2.44.0",
"mdsvex": "^0.12.3",
"remark": "^15.0.1",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-sequential-preprocessor": "^2.0.1",
"typescript": "^5.6.2",
"vite": "^5.4.7"
},
"type": "module",
"dependencies": {
"@fontsource/open-sans": "^5.1.0",
"remark-wiki-link": "^2.0.1",
"svelte-bootstrap-icons": "^3.1.1",
"svelte-routing": "^2.13.0"
}
}