-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 900 Bytes
/
package.json
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
{
"name": "vscch4-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"tauri": "tauri"
},
"devDependencies": {
"@iconify/svelte": "^3.1.4",
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@tauri-apps/cli": "^1.5.6",
"@tsconfig/svelte": "^5.0.2",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.28",
"postcss-load-config": "^3.1.4",
"svelte": "^4.2.0",
"svelte-check": "^3.5.0",
"svelte-preprocess": "^5.0.4",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"vite": "^4.4.9"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"compare-versions": "^4.1.4",
"daisyui": "^2.52.0",
"mitt": "^3.0.1"
},
"packageManager": "[email protected]"
}