-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "strapi-plugin-postgis",
"version": "0.1.9",
"description": "Postgis support for strapi CMS.",
"strapi": {
"displayName": "Postgis",
"name": "postgis",
"description": "Postgis support for strapi CMS",
"kind": "plugin"
},
"peerDependencies": {
"@strapi/strapi": "^4.1.12"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.12.0",
"@mapbox/geojson-rewind": "^0.5.1",
"@strapi/strapi": "^4.1.12",
"@turf/turf": "^6.5.0",
"axios": "^0.26.0",
"codemirror": "^5.65.13",
"knex": "^1.0.3",
"knex-postgis": "^0.14.3",
"leaflet": "^1.8.0",
"reproject": "^1.2.6",
"resize-observer-polyfill": "^1.5.1"
},
"scripts": {
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish",
"test": "echo \"no tests yet\"",
"docs:build": "mkdocs build",
"docs:serve": "mkdocs serve"
},
"author": {
"name": "Majid Hojati",
"email": "hoja4090@mylaureir.ca",
"url": "https://github.com/am2222"
},
"maintainers": [
{
"name": "Majid Hojati",
"email": "hoja4090@mylaureir.ca",
"url": "https://github.com/am2222"
}
],
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT",
"homepage": "https://github.com/am2222/strapi-plugin-postgis"
}