-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 892 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
{
"name": "uvu",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"dev:firebase": "firebase emulators:start --only hosting",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"predeploy": "vite build",
"deploy": "firebase deploy --only hosting"
},
"devDependencies": {
"@picocss/pico": "^1.5.13",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.4",
"@sveltejs/vite-plugin-svelte": "^4.0.2",
"firebase": "^11.0.2",
"sass": "^1.81.0",
"svelte": "^5.2.8",
"svelte-check": "^4.1.0",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"webrtc-adapter": "^9.0.1"
}
}