-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.29 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.29 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
{
"name": "zack-market",
"private": true,
"version": "0.0.1",
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/kit": "^2.50.2",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@tsconfig/svelte": "^5.0.7",
"@types/bun": "^1.3.8",
"autoprefixer": "^10.4.24",
"eslint": "^9.39.2",
"eslint-plugin-svelte": "^3.14.0",
"flowbite-svelte": "^1.31.0",
"flowbite-svelte-icons": "^3.1.0",
"globals": "^17.3.0",
"openapi-fetch": "^0.15.0",
"openapi-typescript": "^7.10.1",
"svelte": "^5.49.1",
"svelte-adapter-bun": "^0.5.2",
"svelte-check": "^4.3.6",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0",
"typescript-svelte-plugin": "^0.3.50",
"vite": "^7.3.1"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"openapi": "openapi-typescript http://localhost:8000/openapi.json -o src/lib/api/api.d.ts",
"lint-dry-run": "eslint --fix-dry-run src/"
},
"type": "module",
"dependencies": {
"@tailwindcss/oxide": "^4.1.18",
"@tailwindcss/vite": "^4.1.18"
}
}