| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "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": {
- "csvtojson": "^2.0.10",
- "hslayers-ng": "^7.1.0",
- "hsv2rgb": "^1.1.0",
- "http-server": "^0.12.3"
- },
- "devDependencies": {
- "@angular-builders/custom-webpack": "^12.1.3",
- "@angular-devkit/build-angular": "^12.2.10",
- "@angular-eslint/builder": "^12.5.0",
- "@angular-eslint/eslint-plugin": "^12.5.0",
- "@angular-eslint/eslint-plugin-template": "^12.5.0",
- "@angular-eslint/schematics": "^12.5.0",
- "@angular-eslint/template-parser": "^12.5.0",
- "@angular/cli": "^12.2.10",
- "@angularclass/hmr": "^3.0.0",
- "eslint": "^7.10.0",
- "eslint-config-openlayers": "14.0.0",
- "eslint-plugin-import": "^2.22.1",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "file-loader": "^6.2.0"
- }
- }
|