| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "name": "polirural-attractiveness-clustering",
- "version": "0.3.1",
- "description": "Rural attractiveness application",
- "main": "build/index.html",
- "scripts": {
- "build": "ng build --configuration production",
- "build-dev": "ng build",
- "dev": "npm run start-dev",
- "serve": "npm run start-dev",
- "start": "npx http-server ./build -p 8080",
- "start-dev": "ng serve --configuration production --disable-host-check",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.lesprojekt.cz/jmacura/polirural-attractiveness-clustering.git"
- },
- "keywords": [
- "rural",
- "attractiveness"
- ],
- "author": "Jan Macura",
- "contributors": [
- "Raitis Bērziņš"
- ],
- "license": "MIT",
- "dependencies": {
- "csvtojson": "^2.0.10",
- "hslayers-ng": "^7.0.4",
- "hsv2rgb": "^1.1.0"
- },
- "devDependencies": {
- "@angular-builders/custom-webpack": "^12.1.3",
- "@angular-devkit/build-angular": "^12.2.13",
- "@angular-eslint/builder": "^13.0.1",
- "@angular-eslint/eslint-plugin": "^13.0.1",
- "@angular-eslint/eslint-plugin-template": "^13.0.1",
- "@angular-eslint/template-parser": "^13.0.1",
- "@angular/cli": "^12.2.13",
- "@types/karma-jasmine": "^4.0.2",
- "@typescript-eslint/eslint-plugin": "^5.7.0",
- "eslint": "^8.4.1",
- "eslint-config-openlayers": "14.0.0",
- "eslint-plugin-import": "^2.25.3",
- "eslint-plugin-tsdoc": "^0.2.14",
- "file-loader": "^6.2.0",
- "karma-jasmine": "^4.0.1"
- }
- }
|