-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.2 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
{
"name": "graphhopper-maps-capacitor",
"version": "1.2.0",
"description": "A capacitor wrapper around GraphHopper Maps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "webpack serve --config webpack.config.js --mode development",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boldtrn/graphhopper-maps-capacitor.git"
},
"author": "Robin Boldt",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/boldtrn/graphhopper-maps-capacitor/issues"
},
"homepage": "https://github.com/boldtrn/graphhopper-maps-capacitor#readme",
"dependencies": {
"@capacitor-community/text-to-speech": "^4.0.1",
"@capacitor/android": "^6.1.0",
"@capacitor/core": "^6.1.0",
"@capacitor/share": "^6.0.1",
"@capacitor/clipboard": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"graphhopper-maps-react": "file:graphhopper-maps"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.0",
"html-webpack-plugin": "^5.5.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}