-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 1021 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
35
36
{
"name": "sveltesnaps",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build && node scripts/update-vercel-config",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^2.4.3",
"@sveltejs/kit": "^1.16.2",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"tailwindcss": "^3.3.2",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.3.4"
},
"type": "module",
"dependencies": {
"@fontsource/pangolin": "^4.5.9",
"@vercel/blob": "^0.3.2",
"@vercel/postgres": "0.1.0-canary.5",
"postgres": "^3.3.4",
"svelte-autosize": "^1.1.0"
}
}