package commands and dependency polishing

This commit is contained in:
Milos Brzakovic (E-Search)
2021-10-28 17:55:44 +02:00
parent 95ed9a20d9
commit 23aff227e8

View File

@@ -36,9 +36,9 @@
"lint": "eslint scripts test/spec modules",
"lint:fix": "eslint scripts test/spec modules --fix",
"start": "npm-run-all -s build:dev start:server",
"start:watch": "npm-run-all -p build:dev:watch start:server",
"start:extented": "npm-run-all -s build start:server",
"start:extended": "npm-run-all -s build start:server",
"start:server": "node scripts/server.js",
"start:watch": "npm-run-all -p build:dev:watch start:server",
"test": "npm-run-all -s lint build:css build:data build:legacy test:spec",
"test:spec": "phantomjs --web-security=no node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec",
"translations": "node scripts/update_locales.js"
@@ -56,7 +56,6 @@
"alif-toolkit": "^1.2.9",
"core-js": "^3.6.5",
"diacritics": "1.3.0",
"esbuild": "^0.13.9",
"fast-deep-equal": "~3.1.1",
"fast-json-stable-stringify": "2.1.0",
"lodash-es": "~4.17.15",
@@ -92,14 +91,15 @@
"concat-files": "^0.1.1",
"d3": "~6.6.0",
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
"esbuild": "^0.13.10",
"eslint": "^7.1.0",
"gaze": "^1.1.3",
"glob": "^7.1.0",
"happen": "^0.3.1",
"js-yaml": "^4.0.0",
"json-stringify-pretty-compact": "^3.0.0",
"mapillary_sprite_source": "^1.8.0",
"mapillary-js": "4.0.0",
"mapillary_sprite_source": "^1.8.0",
"minimist": "^1.2.3",
"mocha": "^7.0.1",
"mocha-phantomjs-core": "^2.1.0",