-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.29 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
39
40
41
{
"name": "ungaklara.se",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "wrangler pages dev .svelte-kit/cloudflare --compatibility-date 2023-11-03 -k STORE",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240512.0",
"@prismicio/client": "^7.5.0",
"@prismicio/helpers": "^2.3.9",
"@prismicio/types": "^0.2.8",
"@sveltejs/adapter-cloudflare": "^4.4.0",
"@sveltejs/kit": "^2.5.9",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.39.0",
"modern-normalize": "^2.0.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.19",
"svelte-check": "^3.7.1",
"typescript": "^5.4.5",
"vite": "^5.4.8",
"workbox-precaching": "^7.1.0",
"wrangler": "^3.57.0"
},
"type": "module",
"dependencies": {
"@beyonk/gdpr-cookie-consent-banner": "^12.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.0"
}
}