forked from ChurchApps/FreeShowWeb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 959 Bytes
/
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
{
"name": "freeshow-net",
"type": "module",
"scripts": {
"dev": "vite dev --port 3002",
"build": "pnpm sync && vite build",
"package": "svelte-kit package",
"preview": "vite preview --port 3002",
"sync": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@iconify-json/ri": "^1.1.1",
"@sveltejs/adapter-netlify": "2.0.5",
"@sveltejs/adapter-static": "2.0.1",
"@sveltejs/kit": "1.7.1",
"@svelteness/kit-docs": "^1.1.1",
"shiki": "^0.10.1",
"svelte": "^3.54.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.1",
"tslib": "^2.3.1",
"typescript": "~4.6.2",
"unplugin-icons": "^0.14.7",
"vite": "^4.0.0"
},
"dependencies": {
"clsx": "^1.1.1"
}
}