-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
82 lines (82 loc) · 1.94 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "@amicaldo/strapi-google-maps",
"version": "1.1.5",
"description": "A Google Maps custom field for Strapi, allowing you to pick a location.",
"repository": {
"type": "git",
"url": "https://github.com/amicaldo/strapi-google-maps.git"
},
"bugs": {
"url": "https://github.com/amicaldo/strapi-google-maps/issues"
},
"homepage": "https://github.com/amicaldo/strapi-google-maps",
"strapi": {
"name": "google-maps",
"description": "A Google Maps custom field allowing you to pick a location.",
"kind": "plugin",
"displayName": "Google Maps"
},
"keywords": [
"strapi",
"strapi-plugin",
"strapi-plugin-google-maps",
"google-maps",
"strapi-google-maps",
"strapi-custom-field"
],
"dependencies": {
"@react-google-maps/api": "^2.18.1",
"axios": "^1.4.0",
"latlon-geohash": "^2.0.0",
"prop-types": "^15.7.2",
"react-geolocated": "^4.1.0",
"@strapi/design-system": "^1.6.3",
"@strapi/helper-plugin": "^4.6.0",
"@strapi/icons": "^1.6.3"
},
"devDependencies": {
"@strapi/typescript-utils": "^4.6.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^17.0.18",
"@types/react-router-dom": "^5.3.3",
"@types/styled-components": "^5.1.26",
"typescript": "5.0.4"
},
"peerDependencies": {
"@strapi/strapi": "^4.11.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5.3.4"
},
"author": {
"name": "amicaldo GmbH"
},
"maintainers": [
{
"name": "amicaldo GmbH"
}
],
"engines": {
"node": ">=14.19.1",
"npm": ">=6.0.0"
},
"scripts": {
"develop": "tsc -p tsconfig.server.json -w",
"build": "tsc -p tsconfig.server.json"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"files": [
"admin",
"dist/server",
"deps.d.ts",
"package.json",
"README.md",
"strapi-admin.js",
"strapi-server.js",
"tsconfig.json",
"types.d.ts"
]
}