-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
72 lines (72 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
{
"name": "gira",
"version": "1.0.3",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"test": "vitest",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"build-app": "node scripts/build.js",
"build-app-dev": "node scripts/build.js --dev",
"install-app": "node scripts/build.js --install",
"install-app-dev": "node scripts/build.js --dev --install && vite dev --host"
},
"devDependencies": {
"@fontsource/poppins": "^5.0.8",
"@playwright/test": "^1.40.1",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.32",
"svelte": "^4.2.8",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.3.6",
"tslib": "^2.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vitest": "^1.2.2"
},
"type": "module",
"dependencies": {
"@capacitor-community/background-geolocation": "^1.2.19",
"@capacitor-community/keep-awake": "^4.0.0",
"@capacitor/android": "^5.5.1",
"@capacitor/app": "^5.0.6",
"@capacitor/cli": "^5.5.1",
"@capacitor/core": "^5.5.1",
"@capacitor/geolocation": "^5.0.6",
"@capacitor/ios": "^5.6.0",
"@capacitor/keyboard": "^5.0.7",
"@capacitor/local-notifications": "^5.0.6",
"@capacitor/preferences": "^5.0.6",
"@capacitor/screen-orientation": "^5.0.8",
"@capacitor/status-bar": "^5.0.6",
"@capacitor/toast": "^5.0.6",
"@fontsource-variable/inter": "^5.0.16",
"@fontsource-variable/roboto-mono": "^5.0.17",
"@fontsource/inter": "^5.0.16",
"@fontsource/roboto-mono": "^5.0.16",
"@mauricewegner/capacitor-navigation-bar": "^2.0.1",
"@sveltejs/adapter-static": "^3.0.0",
"@tabler/icons-svelte": "^3.16.0",
"capacitor-plugin-safe-area": "^2.0.6",
"maplibre-gl": "^4.7.0",
"posthog-js": "^1.161.3",
"typescript-eslint": "^8.0.0"
},
"trustedDependencies": [
"@sveltejs/kit",
"svelte-preprocess"
]
}