| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "fieldcalc-frontend",
- "version": "0.4.2",
- "description": "HSLayers-NG application",
- "main": "build/index.html",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "ng": "ng",
- "build": "ng build --configuration production",
- "dev": "ng serve --configuration production --disable-host-check",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://git.lesprojekt.cz/jmacura/fieldcalc-frontend.git"
- },
- "keywords": [
- "map",
- "hslayers-ng"
- ],
- "author": "Plan4All",
- "license": "MIT",
- "bugs": {
- "url": "https://git.lesprojekt.cz/jmacura/fieldcalc-frontend/issues"
- },
- "homepage": "https://git.lesprojekt.cz/jmacura/fieldcalc-frontend/README.md",
- "dependencies": {
- "bootstrap": "^5.1.3",
- "hslayers-ng": "9.2.0",
- "ngx-bootstrap": "^8.0.0"
- },
- "devDependencies": {
- "@angular-builders/custom-webpack": "^13.0.0",
- "@angular-devkit/build-angular": "^13.3.3",
- "@angular-eslint/builder": "^13.2.1",
- "@angular-eslint/eslint-plugin": "^13.2.1",
- "@angular-eslint/eslint-plugin-template": "^13.5.0",
- "@angular-eslint/schematics": "^13.2.1",
- "@angular-eslint/template-parser": "^13.5.0",
- "@angular/cli": "~13.3.5",
- "@angular/compiler-cli": "~13.3.7",
- "@types/karma-jasmine": "^4.0.2",
- "@typescript-eslint/eslint-plugin": "^5.7.0",
- "eslint": "^8.17.0",
- "eslint-config-openlayers": "14.0.0",
- "eslint-plugin-import": "2.26.0",
- "eslint-plugin-tsdoc": "^0.2.16",
- "karma-jasmine": "~5.0.1"
- }
- }
|