-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 856 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 856 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
{
"name": "boonconcom-new",
"private": true,
"type": "module",
"homepage": "https://booncon.com",
"engines": {
"node": ">=20.19.0 || >=22.12.0"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"postbuild": "node scripts/postbuild.mjs",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/enhanced-img": "^0.10.4",
"@sveltejs/kit": "^2.55.0",
"@sveltejs/vite-plugin-svelte": "^7.0.0",
"@types/node": "^25.5.0",
"mdsvex": "^0.12.7",
"svelte": "^5.53.11",
"svelte-check": "^4.4.5",
"typescript": "^5.9.3",
"vite": "^8.0.0"
},
"dependencies": {
"@fontsource-variable/newsreader": "^5.2.10",
"@plausible-analytics/tracker": "^0.4.4"
}
}