-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.16 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
{
"name": "smartcompanion-audioguide-app",
"description": "SmartCompanion - Single Tour Audioguide App",
"scripts": {
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "npm run build && wdio run wdio.conf.ts",
"test:dev": "wdio run wdio.conf.ts --baseUrl=http://localhost:3333",
"build:offline": "OFFLINE_SUPPORT=true stencil build",
"test:offline": "npm run build:offline && TEST_OFFLINE=true wdio run wdio.conf.ts"
},
"devDependencies": {
"@capacitor/share": "^8.0.1",
"@ionic/core": "^8.6.0",
"@smartcompanion/data": "^0.9.0",
"@smartcompanion/engraft": "^0.2.2",
"@smartcompanion/native-audio-player": "^0.4.0",
"@smartcompanion/services": "^0.9.0",
"@smartcompanion/ui": "^0.9.0",
"@stencil/core": "^4.39.0",
"@stencil/sass": "^3.0.12",
"@types/mocha": "^10.0.10",
"@wdio/cli": "^9.24.0",
"@wdio/local-runner": "^9.24.0",
"@wdio/mocha-framework": "^9.24.0",
"@wdio/spec-reporter": "^9.24.0",
"@wdio/static-server-service": "^9.24.0",
"puppeteer-core": "^24.40.0",
"typescript": "^6.0.2",
"workbox-build": "^7.3.0"
},
"license": "BSD-2-Clause"
}