UNPKG

geospatialdraw

Version:
98 lines (97 loc) 2.73 kB
{ "name": "geospatialdraw", "version": "0.4.17", "description": "Geospatial Map Drawing Library", "types": "./target/webapp/index.d.ts", "main": "./target/webapp/index.js", "author": "Connexta LLC", "license": "LGPL-3.0", "homepage": "https://github.com/connexta/geospatialdraw", "keywords": [ "catography", "coordinate", "coordinates", "drawing", "geospatial", "gps", "lat/long", "latitude", "longitude", "map", "mapping", "mgrs", "primative", "usng", "utm" ], "repository": { "type": "git", "url": "git://github.com/connexta/geospatialdraw.git" }, "engines": { "node": ">=0.10.5" }, "scripts": { "fmt": "ace format -w", "prestart": "ace disable-idp", "test": "ace bundle --env=test && ace test", "start:test": "ace start --env=test", "prebuild": "rimraf ./target", "build": "tsc -p tsconfig.json", "build:verify": "yarn run fmt && yarn run test && yarn run build", "build:all": "yarn run build:verify", "prepublish": "yarn build:all" }, "dependencies": { "@fortawesome/fontawesome-svg-core": "6.6.0", "@fortawesome/free-solid-svg-icons": "6.6.0", "@fortawesome/react-fontawesome": "0.2.2", "@turf/buffer": "7.1.0", "@turf/nearest-point-to-line": "7.1.0", "@turf/point-to-line-distance": "7.1.0", "@turf/turf": "7.1.0", "lodash": "4.17.21", "ol": "10.2.1", "polished": "4.3.1", "react": "18.3.1", "react-dom": "18.3.1", "usng.js": "0.4.2" }, "devDependencies": { "@connexta/ace": "git+https://github.com/connexta/ace.git#45cc73f03a3f52662e48e6070139992045753974", "@emotion/core": "11.0.0", "@emotion/styled": "11.13.0", "@types/chai": "5.0.1", "@types/enzyme-adapter-react-16": "1.0.9", "@types/lodash": "4.17.13", "@types/mocha": "10.0.9", "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/styled-components": "5.1.34", "chai": "4.1.1", "emotion": "11.0.0", "emotion-theming": "11.0.0", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.7", "rimraf": "3.0.2", "styled-components": "6.1.3", "typescript": "5.6.3" }, "resolutions": { "cheerio": "0.22.0" }, "peerDependencies": { "styled-components": ">= 4" }, "context-path": "/geospatialdraw", "ace": { "files": [ "src/main/resources", "src/main/webapp", "target/webapp" ], "testPath": "src/", "testSetupPath": "src/main/webapp/internal/tests/index.tsx" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }