-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 761 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 761 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
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "pnpm with-env vite",
"build": "pnpm with-env vite build",
"preview": "vite preview",
"lint": "pnpm check",
"check": "svelte-check --tsconfig ./tsconfig.json",
"with-env": "dotenv -e ../../.env"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"highlight.js": "^11.11.1",
"sass": "^1.87.0",
"svelte": "^4.2.19",
"svelte-check": "^4.3.3",
"svelte-highlight": "^7.8.3",
"tslib": "^2.8.1",
"typescript": "^5.8.3",
"vite": "^6.3.3"
},
"dependencies": {
"dedent-js": "^1.0.1",
"install": "^0.13.0",
"lucide-svelte": "^0.503.0"
}
}