-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.22 KB
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
{
"name": "portfolio",
"description": "My personal portfolio built with SvelteKit",
"private": true,
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "wrangler dev",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check .",
"deploy": "pnpm run build && wrangler deploy",
"gen": "wrangler types ./src/worker-configuration.d.ts"
},
"devDependencies": {
"@inlang/paraglide-js": "^2.23.1",
"@sveltejs/adapter-cloudflare": "^7.2.9",
"@sveltejs/kit": "^2.70.2",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@types/node": "^26.1.2",
"prettier": "^3.9.6",
"prettier-plugin-svelte": "^4.1.1",
"svelte": "^5.56.8",
"svelte-check": "^4.7.4",
"typescript": "7.0.2",
"vite": "^8.2.1",
"vite-plugin-devtools-json": "^1.1.0",
"wrangler": "^4.119.0",
"yaml": "^2.9.0"
},
"dependencies": {
"@fontsource/poppins": "^5.3.0",
"@sveltejs/adapter-node": "^5.5.7",
"discord-api-types": "^0.38.52"
},
"packageManager": "pnpm@11.20.0"
}