-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 963 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
32
33
34
{
"name": "movie-together",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"copy-static": "cp -r static/* dist/",
"preview": "vite preview",
"clean-db": "node --experimental-json-modules clean-db.js",
"stats": "node --experimental-json-modules stats.js",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sentry/svelte": "^8.37.1",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.2",
"firebase": "^11.0.1",
"firebase-admin": "^12.0.0",
"prettier-bytes": "^1.0.4",
"sass": "^1.77.8",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-i18n": "^4.0.0",
"tslib": "^2.6.2",
"typescript": "^5.5.0",
"uikit": "^3.21.13",
"vidstack": "^1.11.30",
"vite": "^5.4.4",
"vite-plugin-pwa": "^0.21.1"
},
"type": "module"
}