-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.54 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.54 KB
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
{
"name": "arda-map",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"android": "cross-env VITE_CAPACITOR=1 npm run build && npx cap sync android && npx cap run android",
"build:aab": "cross-env VITE_CAPACITOR=1 npm run build && npx cap sync android && cd android/ && gradlew bundleRelease --stacktrace",
"build:apk": "cross-env VITE_CAPACITOR=1 npm run build && npx cap sync android && cd android/ && gradlew assembleRelease --stacktrace"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^8.3.1",
"@types/dom-to-image": "^2.6.7",
"@types/leaflet": "^1.9.21",
"acorn-walk": "^8.3.5",
"cross-env": "^10.1.0",
"papaparse": "^5.5.3",
"playwright": "^1.58.2",
"playwright-extra": "^4.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"terser": "^5.46.0",
"typescript": "~5.9.3",
"unplugin-detect-duplicated-deps": "^2.0.0",
"vite": "^8.0.10",
"vite-plugin-html": "^3.2.2",
"vite-plugin-singlefile-compression": "^2.4.0"
},
"dependencies": {
"@capacitor/android": "^8.3.1",
"@capacitor/app": "^8.1.0",
"@capacitor/core": "^8.3.1",
"@interactjs/actions": "^1.10.27",
"@interactjs/auto-start": "^1.10.27",
"@interactjs/interact": "^1.10.27",
"@interactjs/modifiers": "^1.10.27",
"leaflet": "^1.9.4",
"slimsearch": "^2.3.0"
}
}