-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 954 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 954 Bytes
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
{
"name": "dashboard",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host 0.0.0.0 --port 4200",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0 --port 4200",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint ."
},
"devDependencies": {
"@sveltejs/adapter-cloudflare": "^4.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/google.maps": "^3.58.1",
"@types/node": "^20.0.0",
"eslint": "^9.0.0",
"eslint-plugin-svelte": "^2.35.0",
"globals": "^15.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.6.0",
"tslib": "^2.6.0",
"typescript": "^5.0.0",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.0"
},
"type": "module",
"dependencies": {
"@auth/sveltekit": "^1.8.0"
}
}