-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) Β· 1.32 KB
/
package.json
File metadata and controls
44 lines (44 loc) Β· 1.32 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
41
42
43
44
{
"name": "unbroken",
"version": "0.1.0",
"description": "A Svelte application deployed on Cloudflare Pages",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "npx svelte-kit sync && vite build",
"preview": "vite preview",
"sync": "npx svelte-kit sync",
"lint": "eslint . --ext ts,js,svelte --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,js,svelte --fix",
"type-check": "npx svelte-kit sync && svelte-check --tsconfig tsconfig.json"
},
"dependencies": {
"@sveltejs/adapter-cloudflare": "^7.2.3",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.39.1",
"lucide-svelte": "^0.446.0"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@sveltejs/vite-plugin-svelte": "^5.0.0",
"@tailwindcss/postcss": "^4.1.12",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.15.0",
"eslint-plugin-svelte": "^2.45.0",
"globals": "^15.13.0",
"postcss": "^8.5.6",
"sharp": "^0.34.3",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"tailwindcss": "^4.1.12",
"typescript": "^5.2.2",
"typescript-eslint": "^8.14.0",
"vite": "^6.3.6",
"vite-plugin-pwa": "^1.0.3"
},
"engines": {
"node": ">=20.0.0"
}
}