-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.66 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
{
"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 --require @babel/register",
"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-community/text-to-speech": "^4.0.2",
"@capacitor/android": "^6.1.0",
"@capacitor/camera": "latest",
"@capacitor/core": "latest",
"@capacitor/splash-screen": "latest",
"@turf/bbox": "^7.0.0",
"@turf/buffer": "^7.0.0",
"@turf/centroid": "^7.0.0",
"@turf/distance": "^7.0.0",
"@turf/helpers": "^7.0.0",
"@turf/nearest-point-on-line": "^7.0.0",
"leaflet": "^1.9.4",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/register": "^7.24.6",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "latest",
"@vite-pwa/assets-generator": "^0.2.4",
"@vitejs/plugin-vue": "^5.0.5",
"axios": "^1.7.2",
"chai": "^5.1.1",
"cypress": "^13.13.1",
"esm": "^3.2.25",
"express": "^4.19.2",
"mocha": "^10.6.0",
"morgan": "^1.10.0",
"start-server-and-test": "^2.0.4",
"vite": "^5.3.3",
"vite-plugin-pwa": "^0.20.0",
"workbox-window": "^7.1.0"
},
"author": "",
"license": "ISC",
"type": "module"
}