-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.07 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
{
"name": "@vertretungsapp/app",
"version": "1.3.6",
"private": true,
"scripts": {
"dev": "vite dev",
"dev:host": "vite dev --host",
"build": "node scripts/generate-info-json.js && vite build",
"preview": "vite preview",
"preview:host": "vite preview --host",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@sveltejs/kit": "^2.5.25",
"@sveltejs/vite-plugin-svelte": "^3.1.0",
"@types/eslint": "8.56.2",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.43.0",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"svelte": "^4.2.19",
"svelte-awesome-color-picker": "^3.0.4",
"svelte-check": "^3.8.4",
"svelte-dnd-action": "^0.9.38",
"tailwind-merge": "^2.3.0",
"tailwind-plugin-realtime-colors": "^1.2.0",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.5.4",
"vite": "^5.3.5"
},
"type": "module",
"dependencies": {
"@capacitor/android": "^5.7.7",
"@capacitor/cli": "^6.0.0",
"@capacitor/core": "^5.7.5",
"@capacitor/ios": "^5.7.7",
"@fontsource/inter": "^5.0.18",
"@fontsource/poppins": "^5.0.14",
"@fortawesome/fontawesome-common-types": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@sentry/sveltekit": "^7.112.2",
"@sveltejs/adapter-vercel": "^5.3.0",
"color-util-nodejs": "^1.0.2",
"date-fns": "^3.3.1",
"indiware-api": "^1.2.3",
"svelte-awesome": "^3.3.1",
"svelte-french-toast": "^1.2.0",
"svelte-gestures": "^5.0.4",
"tailwindcss-custom-colors": "^1.0.7",
"tslog": "^4.9.2"
}
}