-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.35 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "svelte-tauri",
"version": "0.2.2",
"private": true,
"license": "MIT",
"repository": {
"type": "github",
"url": "https://github.com/Fractal-Tess/Svelte-Tauri"
},
"author": {
"name": "Fractal-Tess",
"email": "[email protected]",
"url": "https://github.com/Fractal-Tess"
},
"type": "module",
"scripts": {
"build": "tauri build",
"dev": "tauri dev",
"format": "prettier --write .",
"check": "svelte-check --tsconfig ./tsconfig.json",
"svelte:build": "vite build",
"svelte:dev": "vite dev"
},
"dependencies": {
"@fontsource/roboto": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@iarna/toml": "^2.2.5",
"@internationalized/date": "^3.5.3",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@tauri-apps/api": "^1.5.5",
"@tauri-apps/cli": "^1.5.13",
"@tsconfig/svelte": "^5.0.4",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"autoprefixer": "^10.4.19",
"bits-ui": "^0.21.7",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.17",
"embla-carousel-svelte": "8.0.4",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-svelte": "2.39.0",
"eslint-plugin-svelte3": "^4.0.0",
"eslint-plugin-unused-imports": "^3.2.0",
"formsnap": "^1.0.0",
"lucide-svelte": "^0.378.0",
"mode-watcher": "^0.3.0",
"postcss": "^8.4.38",
"postcss-load-config": "^5.1.0",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"prettier-plugin-toml": "^2.0.1",
"svelte": "^4.2.16",
"svelte-check": "^3.7.1",
"svelte-fa": "^4.0.2",
"svelte-preprocess": "^5.1.4",
"svelte-sonner": "^0.3.24",
"svelte-spa-router": "^4.0.1",
"sveltekit-superforms": "^2.13.1",
"tailwind-merge": "^2.3.0",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.3",
"toml": "^3.0.0",
"tslib": "^2.6.2",
"tsx": "^4.10.1",
"typescript": "^5.4.5",
"vaul-svelte": "^0.3.0",
"vite": "^5.2.11",
"zod": "^3.23.8"
},
"engines": {
"pnpm": ">=9.x",
"node": ">20.0.x <21.0.x"
}
}