| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- "name": "rural-attractiveness-cz",
- "version": "0.3.0",
- "description": "Rural attractiveness application",
- "main": "build/index.html",
- "scripts": {
- "build": "ng build --configuration production",
- "build-dev": "ng build --configuration development",
- "dev": "npm run start-dev",
- "serve": "npm run start-dev",
- "start": "npx http-server ./build -p 8080",
- "start-dev": "ng serve --disable-host-check",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.lesprojekt.cz/jmacura/rural-attractiveness-cz"
- },
- "keywords": [
- "rural",
- "attractiveness"
- ],
- "author": "Jan Macura",
- "contributors": [
- "Raitis Bērziņš"
- ],
- "license": "MIT",
- "dependencies": {
- "hslayers-ng": "^9.3.0",
- "hsv2rgb": "^1.1.0"
- },
- "devDependencies": {
- "@angular-builders/custom-webpack": "^13.1.0",
- "@angular-devkit/build-angular": "^13.3.9",
- "@angular-eslint/builder": "^13.5.0",
- "@angular-eslint/eslint-plugin": "^13.5.0",
- "@angular-eslint/eslint-plugin-template": "^13.5.0",
- "@angular-eslint/template-parser": "^13.5.0",
- "@angular/cli": "~13.3.9",
- "@typescript-eslint/eslint-plugin": "^5.36.1",
- "eslint": "^8.20.0",
- "eslint-config-openlayers": "14.0.0",
- "file-loader": "^6.2.0",
- "http-server": "^0.12.3"
- }
- }
|