kopia lustrzana https://github.com/FacilMap/facilmap
v3.0.0-beta3
rodzic
cb6f342de1
commit
bce6fca58c
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "facilmap-client",
|
"name": "facilmap-client",
|
||||||
"version": "3.0.0-beta2",
|
"version": "3.0.0-beta3",
|
||||||
"description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.",
|
"description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"webpack",
|
"webpack",
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
"dev-server": "webpack-dev-server --mode development"
|
"dev-server": "webpack-dev-server --mode development"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"facilmap-types": "3.0.0-beta2",
|
"facilmap-types": "3.0.0-beta3",
|
||||||
"socket.io-client": "^4.0.0"
|
"socket.io-client": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "facilmap-frontend",
|
"name": "facilmap-frontend",
|
||||||
"version": "3.0.0-beta2",
|
"version": "3.0.0-beta3",
|
||||||
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
|
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"webpack",
|
"webpack",
|
||||||
|
@ -32,10 +32,10 @@
|
||||||
"clipboard": "^2.0.8",
|
"clipboard": "^2.0.8",
|
||||||
"copy-to-clipboard": "^3.3.1",
|
"copy-to-clipboard": "^3.3.1",
|
||||||
"domutils": "^2.5.0",
|
"domutils": "^2.5.0",
|
||||||
"facilmap-client": "3.0.0-beta2",
|
"facilmap-client": "3.0.0-beta3",
|
||||||
"facilmap-leaflet": "3.0.0-beta2",
|
"facilmap-leaflet": "3.0.0-beta3",
|
||||||
"facilmap-types": "3.0.0-beta2",
|
"facilmap-types": "3.0.0-beta3",
|
||||||
"facilmap-utils": "3.0.0-beta2",
|
"facilmap-utils": "3.0.0-beta3",
|
||||||
"file-saver": "^2.0.5",
|
"file-saver": "^2.0.5",
|
||||||
"hammerjs": "^2.0.8",
|
"hammerjs": "^2.0.8",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "facilmap-leaflet",
|
"name": "facilmap-leaflet",
|
||||||
"version": "3.0.0-beta2",
|
"version": "3.0.0-beta3",
|
||||||
"description": "Utilities to show FacilMap objects on a Leaflet map.",
|
"description": "Utilities to show FacilMap objects on a Leaflet map.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"webpack",
|
"webpack",
|
||||||
|
@ -31,9 +31,9 @@
|
||||||
"lint": "eslint **/*.ts"
|
"lint": "eslint **/*.ts"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"facilmap-client": "3.0.0-beta2",
|
"facilmap-client": "3.0.0-beta3",
|
||||||
"facilmap-types": "3.0.0-beta2",
|
"facilmap-types": "3.0.0-beta3",
|
||||||
"facilmap-utils": "3.0.0-beta2",
|
"facilmap-utils": "3.0.0-beta3",
|
||||||
"filtrex": "^2.1.0",
|
"filtrex": "^2.1.0",
|
||||||
"leaflet-auto-graticule": "^1.0.9",
|
"leaflet-auto-graticule": "^1.0.9",
|
||||||
"leaflet-draggable-lines": "^1.0.9",
|
"leaflet-draggable-lines": "^1.0.9",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "facilmap-server",
|
"name": "facilmap-server",
|
||||||
"version": "3.0.0-beta2",
|
"version": "3.0.0-beta3",
|
||||||
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
|
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"webpack",
|
"webpack",
|
||||||
|
@ -42,10 +42,10 @@
|
||||||
"event-stream": "^4.0.1",
|
"event-stream": "^4.0.1",
|
||||||
"express": "^4.16.4",
|
"express": "^4.16.4",
|
||||||
"express-domain-middleware": "^0.1.0",
|
"express-domain-middleware": "^0.1.0",
|
||||||
"facilmap-frontend": "3.0.0-beta2",
|
"facilmap-frontend": "3.0.0-beta3",
|
||||||
"facilmap-leaflet": "3.0.0-beta2",
|
"facilmap-leaflet": "3.0.0-beta3",
|
||||||
"facilmap-types": "3.0.0-beta2",
|
"facilmap-types": "3.0.0-beta3",
|
||||||
"facilmap-utils": "3.0.0-beta2",
|
"facilmap-utils": "3.0.0-beta3",
|
||||||
"highland": "^2.13.0",
|
"highland": "^2.13.0",
|
||||||
"json-format": "^1.0.1",
|
"json-format": "^1.0.1",
|
||||||
"leaflet": "^1.7.1",
|
"leaflet": "^1.7.1",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "facilmap-types",
|
"name": "facilmap-types",
|
||||||
"version": "3.0.0-beta2",
|
"version": "3.0.0-beta3",
|
||||||
"description": "Typescript typings for the FacilMap communication between client and server.",
|
"description": "Typescript typings for the FacilMap communication between client and server.",
|
||||||
"homepage": "https://github.com/FacilMap/facilmap2",
|
"homepage": "https://github.com/FacilMap/facilmap2",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "facilmap-utils",
|
"name": "facilmap-utils",
|
||||||
"version": "3.0.0-beta2",
|
"version": "3.0.0-beta3",
|
||||||
"description": "FacilMap helper functions used in both the frontend and backend.",
|
"description": "FacilMap helper functions used in both the frontend and backend.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"webpack",
|
"webpack",
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
"cheerio": "^1.0.0-rc.5",
|
"cheerio": "^1.0.0-rc.5",
|
||||||
"dompurify": "^2.2.7",
|
"dompurify": "^2.2.7",
|
||||||
"eslint": "^7.21.0",
|
"eslint": "^7.21.0",
|
||||||
"facilmap-types": "3.0.0-beta2",
|
"facilmap-types": "3.0.0-beta3",
|
||||||
"filtrex": "^2.1.0",
|
"filtrex": "^2.1.0",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
"jsdom": "^16.5.1",
|
"jsdom": "^16.5.1",
|
||||||
|
|
Ładowanie…
Reference in New Issue