|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- {
- "name": "himp.platform.angular",
- "version": "0.0.0",
- "browserslist": [
- "> 0.5%",
- "last 2 versions",
- "not dead",
- "Android >= 4.4"
- ],
- "scripts": {
- "ng": "ng",
- "start": "ng s -o",
- "dev": "ng serve --host 0.0.0.0 --port 4200",
- "build": "npm run ng-high-memory build",
- "watch": "ng build --watch --configuration development",
- "test": "ng test",
- "ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
- "hmr": "ng s -o --hmr",
- "analyze": "npm run ng-high-memory build -- --source-map",
- "analyze:view": "source-map-explorer dist/**/*.js",
- "test-coverage": "ng test --code-coverage --watch=false",
- "color-less": "ng-alain-plugin-theme -t=colorLess",
- "theme": "ng-alain-plugin-theme -t=themeCss",
- "icon": "ng g ng-alain:plugin icon",
- "lint": "npm run lint:ts && npm run lint:style",
- "lint:ts": "ng lint --fix",
- "lint:style": "npx stylelint \"src/**/*.less\" --fix"
- },
- "private": true,
- "dependencies": {
- "@angular/animations": "^18.0.1",
- "@angular/common": "^18.0.1",
- "@angular/compiler": "^18.0.1",
- "@angular/core": "^18.0.1",
- "@angular/forms": "^18.0.1",
- "@angular/platform-browser": "^18.0.1",
- "@angular/platform-browser-dynamic": "^18.0.1",
- "@angular/router": "^18.0.1",
- "@antv/x6": "^2.18.1",
- "@antv/x6-plugin-clipboard": "^2.1.6",
- "@antv/x6-plugin-dnd": "^2.1.1",
- "@antv/x6-plugin-history": "^2.2.4",
- "@antv/x6-plugin-keyboard": "^2.2.3",
- "@antv/x6-plugin-selection": "^2.2.2",
- "@antv/x6-plugin-snapline": "^2.1.7",
- "@antv/x6-plugin-stencil": "^2.1.5",
- "@antv/x6-plugin-transform": "^2.1.8",
- "@ctrl/tinycolor": "^4.1.0",
- "@delon/abc": "^18.2.0",
- "@delon/acl": "^17.1.0",
- "@delon/auth": "^17.1.0",
- "@delon/cache": "^17.1.0",
- "@delon/chart": "^18.2.0",
- "@delon/form": "^18.2.0",
- "@delon/mock": "^17.1.0",
- "@delon/theme": "^18.2.0",
- "@delon/util": "^17.1.0",
- "@microsoft/signalr": "^8.0.0",
- "@ngx-translate/core": "^15.0.0",
- "@ngx-translate/http-loader": "^8.0.0",
- "@scena/guides": "^0.29.2",
- "@tauri-apps/api": "^2.2.0",
- "@types/d3": "^7.4.3",
- "@types/uuid": "^10.0.0",
- "ag-grid-angular": "^31.2.1",
- "ag-grid-community": "^31.2.1",
- "autofit.js": "^3.2.8",
- "chart.js": "^4.4.2",
- "d3": "^7.9.0",
- "dayjs": "^1.11.11",
- "echarts": "^5.5.0",
- "echarts-gl": "^2.0.9",
- "fabric": "^6.4.3",
- "highcharts": "^11.4.1",
- "highcharts-angular": "^4.0.0",
- "hls.js": "^1.5.8",
- "i": "^0.3.7",
- "infinite-viewer": "^0.29.1",
- "jsbarcode": "^3.12.1",
- "konva": "^9.3.15",
- "lz-string": "^1.5.0",
- "mermaid": "^11.6.0",
- "moment": "^2.30.1",
- "ng-alain": "^17.1.0",
- "ng-zorro-antd": "^18.1.1",
- "ng2-konva": "^9.0.0",
- "ngx-mqtt": "^17.0.0",
- "react-device-detect": "^2.2.3",
- "rxjs": "~7.8.0",
- "screenfull": "^6.0.2",
- "tslib": "^2.3.0",
- "uninstall": "^0.0.0",
- "zone.js": "~0.14.3"
- },
- "devDependencies": {
- "@angular-devkit/build-angular": "^18.2.19",
- "@angular-eslint/builder": "^17.2.0",
- "@angular-eslint/eslint-plugin": "^17.2.0",
- "@angular-eslint/eslint-plugin-template": "^17.2.0",
- "@angular-eslint/schematics": "^18.2.0",
- "@angular-eslint/template-parser": "^17.2.0",
- "@angular/cli": "^18.0.2",
- "@angular/compiler-cli": "^18.0.1",
- "@angular/language-service": "^18.0.1",
- "@delon/testing": "^17.1.0",
- "@ng-util/monaco-editor": "^17.0.1",
- "@types/file-saver": "^2.0.7",
- "@types/jasmine": "~5.1.0",
- "@types/jsbarcode": "^3.11.4",
- "@types/opentype.js": "^1.3.8",
- "@typescript-eslint/eslint-plugin": "^6.19.0",
- "@typescript-eslint/parser": "^6.19.0",
- "eslint": "^8.56.0",
- "eslint-config-prettier": "~9.1.0",
- "eslint-plugin-deprecation": "~2.0.0",
- "eslint-plugin-import": "~2.29.1",
- "eslint-plugin-jsdoc": "~48.0.2",
- "eslint-plugin-prefer-arrow": "~1.2.3",
- "eslint-plugin-prettier": "~5.1.3",
- "jasmine-core": "~5.1.0",
- "karma": "~6.4.0",
- "karma-chrome-launcher": "~3.2.0",
- "karma-coverage": "~2.2.0",
- "karma-jasmine": "~5.1.0",
- "karma-jasmine-html-reporter": "~2.1.0",
- "lint-staged": "^15.2.0",
- "ng-alain": "^17.1.0",
- "ng-alain-plugin-theme": "^16.0.2",
- "ngx-tinymce": "^17.0.0",
- "prettier": "^3.2.4",
- "raw-loader": "^4.0.2",
- "source-map-explorer": "^2.5.3",
- "stylelint": "^16.1.0",
- "stylelint-config-clean-order": "^5.4.0",
- "stylelint-config-standard": "^36.0.0",
- "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
- "typescript": "~5.4.5"
- }
- }
|