-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.89 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
{
"name": "soundscape-multiplatform",
"version": "1.0.0",
"description": "Soundscape multiplatform client",
"main": "index.js",
"keywords": [
"capacitor",
"mobile"
],
"scripts": {
"start": "node server.js",
"build": "vite build",
"preview": "vite preview",
"test": "mocha",
"cy:open": "start-server-and-test start http://localhost:8080 cy:open-only",
"cy:run": "start-server-and-test start http://localhost:8080 cy:run-only",
"cy:open-only": "cypress open",
"cy:run-only": "cypress run"
},
"dependencies": {
"@capacitor/android": "^6.1.0",
"@capacitor/camera": "latest",
"@capacitor/core": "latest",
"@capacitor/splash-screen": "latest",
"@turf/turf": "^7.1.0",
"@types/isomorphic-fetch": "^0.0.39",
"@types/leaflet": "^1.9.14",
"isomorphic-fetch": "^3.0.0",
"leaflet": "^1.9.4",
"vue": "^3.4.31",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@capacitor-community/text-to-speech": "^5.1.0",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "latest",
"@types/chai": "^5.0.1",
"@types/chai-sorted": "^0.2.3",
"@types/mocha": "^10.0.10",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/cli-plugin-typescript": "^5.0.8",
"axios": "^1.7.2",
"chai": "^5.1.2",
"chai-sorted": "^0.2.0",
"cypress": "^13.15.2",
"esm": "^3.2.25",
"express": "^4.19.2",
"fake-indexeddb": "^6.0.0",
"mocha": "^10.8.2",
"morgan": "^1.10.0",
"nock": "^13.5.6",
"start-server-and-test": "^2.0.4",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vite": "^5.3.3",
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pwa": "^0.20.0",
"vite-tsconfig-paths": "^5.1.3",
"workbox-window": "^7.1.0"
},
"author": "Daniel W. Steinbrook",
"license": "ISC",
"type": "module",
"imports": {
"#vendor/*": "./src/vendor/*"
}
}