package.json 4.68 KB
Newer Older
CED SA's avatar
CED SA committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
{
  "name": "@maggioli/stc-wc",
  "description": "maggioli-stc-wc",
  "keywords": [
    "it.maggioli.suite",
    "statocivile",
    "maggioli",
    "sicraweb",
    "stc",
    "stc-wc",
    "stc_web"
  ],
  "license": "UNLICENSED",
  "homepage": "https://www.maggioli.it/",
  "bugs": "http://buildenv.maggioli.it/issues",
  "repository": {
    "type": "svn",
    "url": "http://buildenv.maggioli.it/svn/"
  },
  "engines": {
    "node": ">=12.16.1",
    "yarn": ">=1.22.4"
  },
  "config": {
    "pkg_name": "stc-wc",
    "war_name": "stc_web",
    "lib_name": "stc-dt",
    "npm": false,
    "war": true,
    "vrt": true
  },
  "scripts": {
    "setup": "yarn _install && yarn _setup",
    "nexus": "yarn _install && yarn _nexus",
    "build": "yarn _install && yarn _build",
    "serve": "yarn _install && yarn _build && yarn _repo && yarn _push && yarn _serve",
    "local": "yarn _install && yarn _build && yarn _repo && yarn _push && yarn _local",
    "push": "yarn _install && yarn _build && yarn _repo && yarn _push && yarn _serve",
    "lint": "eslint --ext .ts,.html ./projects",
    "_setup": "yarn bld-ng init db --release --project",
    "_deep": "yarn bld-ng deep mod",
    "_local": "yarn bld-ng local mod",
    "_clean": "yarn bld-ng clean mod",
    "_build": "pnpm bld-ng build vert --dev && pnpm _zip",
    "_jenkins": "pnpm bld-ng build vert --prod && pnpm _zip",
    "_build_selective": "pnpm bld-ng build vert --dev --mgg gpx-frm-trac-vox-com",
    "___extract": "yarn node node_modules/@maggioli/bld-ng/bin/extract",
    "___generate": "yarn node node_modules/@maggioli/bld-ng/bin/generate",
    "___compile": "yarn node node_modules/@maggioli/bld-ng/bin/compile",
    "___generate_selective": "yarn node node_modules/@maggioli/bld-ng/bin/generate --mgg soc-wcn-one-api --mgg soc-wcn-full-api",
    "___actual": "yarn node node_modules/@maggioli/bld-ng/bin/actual",
    "___update": "yarn node node_modules/@maggioli/bld-ng/bin/update",
    "_nexus": "yarn bld-ng nexus mod",
    "_serve": "yarn bld-ng serve mod",
    "_repo": "yarn bld-ng repo mod",
    "_push": "yarn bld-ng push mod",
    "_check": "yarn bld-ng check release",
    "_version": "yarn bld-ng version npm",
    "_release": "yarn bld-ng config set mode release --force --build --project",
    "_snapshot": "yarn bld-ng config set mode snapshot --force --build --project",
    "_install": "yarn _modules && yarn _upgrade",
    "_modules": "node -e \"require('child_process').spawnSync(process.platform==='win32'?'pnpm.cmd':'pnpm',['_pnpm',process.env.npm_config_mgg_nexus_url_get],{stdio:'inherit'})\"",
    "translate": "yarn bld-ng translate -d ./projects/stc-wc/src/i18n -i it_IT.json -o de_DE.json",
    "_upgrade": "yarn bld-ng upgrade dep @maggioli/bld-ng --release",
    "_bs": "pnpm _build && pnpm _repo && pnpm _push && pnpm _serve",
    "_pnpm": "pnpm i --no-frozen-lockfile --ignore-scripts --registry",
    "_zip": "pnpm bld-ng zip add --force",
    "___build": "yarn ___extract && yarn ___generate && yarn ___compile --dev",
    "___jenkins": "yarn ___extract && yarn ___generate && yarn ___compile --prod"
  },
  "dependencies": {
    "@angular/animations": "13.2.2",
    "@angular/cli": "13.2.2",
    "@angular/common": "13.2.2",
    "@angular/compiler": "13.2.2",
    "@angular/compiler-cli": "13.2.2",
    "@angular/core": "13.2.2",
    "@angular/elements": "13.2.2",
    "@angular/forms": "13.2.2",
    "@angular/localize": "13.2.2",
    "@angular/platform-browser": "13.2.2",
    "@maggioli/ana-dt": "13.6.0",
    "@maggioli/doc-dt": "13.20.0",
    "@maggioli/cmn-ng": "13.12.0",
    "@maggioli/ctl-dt": "13.21.0",
    "@maggioli/grd-dt": "13.19.0",
    "@maggioli/lyt-dt": "13.18.0",
    "@maggioli/rep-dt": "13.12.0",
    "@maggioli/adc-dt": "13.22.0",
    "@maggioli/ter-dt": "13.6.0",
    "lodash": "4.17.21",
    "moment": "2.29.1",
    "rxjs": "6.6.7",
    "tslib": "2.3.1",
    "util": "0.12.3",
    "zone.js": "0.11.4"
  },
  "devDependencies": {
    "@angular-builders/custom-webpack": "13.1.0",
    "@angular-devkit/build-angular": "13.2.3",
    "@angular-eslint/eslint-plugin": "13.0.1",
    "@angular-eslint/eslint-plugin-template": "13.0.1",
    "@angular-eslint/template-parser": "13.0.1",
    "@maggioli/bld-ng": "^13.2.0",
    "@types/lodash": "4.14.178",
    "@types/node": "16.11.18",
    "@typescript-eslint/eslint-plugin": "5.4.0",
    "@typescript-eslint/parser": "5.4.0",
    "esbuild": "0.14.54",
    "esbuild-loader": "2.20.0",
    "eslint": "8.3.0",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-jsdoc": "37.0.3",
    "eslint-plugin-prefer-arrow": "1.2.3",
    "eslint-plugin-rxjs": "4.0.3",
    "ts-node": "10.4.0",
    "typescript": "4.4.4"
  },
  "resolutions": {
    "webpack": "5.74.0",
    "@npmcli/fs": "1.1.1"
  },
  "version": "13.28.0"
}