-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.69 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
{
"name": "live-loc",
"private": true,
"version": "1.0.0",
"description": "live-loc",
"repository": "",
"license": "GPL-3.0-only",
"scripts": {
"start": "npm run dev",
"dev": "cross-env NODE_ENV=development vite",
"build": "cross-env NODE_ENV=production vite build",
"build-capacitor-android": "cross-env NODE_ENV=production vite build && npx cap copy android",
"postinstall": "cpy --flat ./node_modules/framework7-icons/fonts/*.* ./src/fonts/ && cpy --flat ./node_modules/material-icons/iconfont/*.* ./src/fonts/"
},
"browserslist": [
"IOS >= 15",
"Safari >= 15",
"last 5 Chrome versions",
"last 5 Firefox versions"
],
"dependencies": {
"@capacitor/android": "^6.1.0",
"@capacitor/app": "^6.0.0",
"@capacitor/browser": "^6.0.1",
"@capacitor/core": "^6.1.0",
"@capacitor/geolocation": "^6.0.0",
"@capacitor/keyboard": "^6.0.1",
"@capacitor/splash-screen": "^6.0.1",
"@capacitor/status-bar": "^6.0.0",
"copy-to-clipboard": "^3.3.3",
"dom7": "^4.0.6",
"eruda": "^3.0.1",
"framework7": "^8.3.3",
"framework7-icons": "^5.0.5",
"framework7-svelte": "^8.3.3",
"gun": "^0.2020.1240",
"konsta": "^3.1.3",
"leaflet": "^1.9.4",
"leaflet-routing-machine": "^3.2.12",
"material-icons": "^1.13.12",
"nanoid": "^5.0.7",
"skeleton-elements": "^4.0.1",
"svelte": "^4.2.18",
"swiper": "^11.1.4",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@capacitor/cli": "^6.1.0",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"cordova-res": "^0.15.4",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"less": "^4.2.0",
"postcss-preset-env": "^9.5.14",
"vite": "^5.3.1"
}
}