-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 993 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 993 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
{
"name": "sveltekit-static-template",
"version": "1.0.1",
"type": "module",
"scripts": {
"prebuild": "npm run check && dotenvx run -f .env -- vite-node --options.transformMode.ssr='/.*/' src/lib/server/scripts/prebuild.ts",
"predev": "npm run prebuild",
"dev": "dotenvx run -f .env -- vite dev",
"build": "dotenvx run -f .env -- vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@dotenvx/dotenvx": "^1.38.4",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^22.13.9",
"contentful": "^11.5.4",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^6.0.0",
"vite-imagetools": "^7.0.5",
"vite-node": "^3.0.7"
}
}