-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 955 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 955 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
33
34
{
"name": "client",
"version": "0.0.1",
"private": true,
"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"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^4.0.0",
"@sveltejs/adapter-netlify": "^4.4.1",
"@sveltejs/kit": "^2.57.1",
"@tailwindcss/typography": "^0.5.9",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.3",
"postcss": "^8.4.21",
"svelte": "^4.2.8",
"svelte-check": "^3.0.1",
"tailwindcss": "^3.2.7",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^5.0.0"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-static": "^3.0.8",
"svelte-french-toast": "^1.2.0",
"svelte-preprocess": "^5.0.1"
}
}