-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 872 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
{
"name": "sveltekit-og",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"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",
"lint": "prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@resvg/resvg-js": "^2.6.0",
"@sveltejs/adapter-vercel": "^5.1.0",
"@sveltejs/kit": "^2.4.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"nice-color-palettes": "^3.0.0",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"random-words": "^1.3.0",
"satori": "^0.10.11",
"satori-html": "^0.3.2",
"seedrandom": "^3.0.5",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"typescript": "^5.3.3",
"vite": "^5.0.12"
},
"type": "module"
}