-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 986 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
37
38
{
"name": "deinExpert Agent",
"description": "dein Experte für Experten Preise",
"version": "1.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@iconify/json": "^2.2.115",
"@sveltejs/vite-plugin-svelte": "2.4.5",
"@tsconfig/svelte": "5.0.2",
"@types/chrome": "0.0.243",
"@unocss/svelte-scoped": "^0.55.7",
"@zerodevx/svelte-toast": "^0.9.5",
"svelte": "4.2.0",
"svelte-check": "3.5.0",
"svelte-preprocess": "5.0.4",
"terser": "^5.31.0",
"tslib": "2.6.2",
"typescript": "5.2.2",
"unocss": "^0.55.7",
"vite": "^4.5.2"
},
"dependencies": {
"svelte-routing": "^2.13.0",
"svelte-sonner": "^0.3.6",
"vite-plugin-javascript-obfuscator": "^3.0.3",
"zod": "^3.23.8"
}
}