123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142 |
- {
- "name": "ng-alain-pro",
- "version": "0.0.0",
- "description": "Ng-alain business theme, ng-zorro-antd admin panel front-end framework",
- "author": "cipchk <cipchk@qq.com>",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/ng-alain/ng-alain.git"
- },
- "homepage": "https://e.ng-alain.com/theme/pro",
- "scripts": {
- "ng-high-memory": "node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng",
- "ng": "ng",
- "start": "ng s -o",
- "hmr": "ng s -o --hmr",
- "build": "npm run ng-high-memory build",
- "analyze": "npm run ng-high-memory build -- --source-map",
- "analyze:view": "source-map-explorer dist/**/*.js",
- "lint": "npm run lint:ts && npm run lint:style",
- "lint:ts": "ng lint --fix",
- "lint:style": "stylelint \"src/**/*.less\" --syntax less --fix",
- "e2e": "ng e2e",
- "test": "ng test --watch",
- "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",
- "prepare": "husky install"
- },
- "dependencies": {
- "@agm/core": "^1.1.0",
- "@angular/animations": "~12.2.0",
- "@angular/common": "~12.2.0",
- "@angular/compiler": "~12.2.0",
- "@angular/core": "~12.2.0",
- "@angular/forms": "~12.2.0",
- "@angular/platform-browser": "~12.2.0",
- "@angular/platform-browser-dynamic": "~12.2.0",
- "@angular/router": "~12.2.0",
- "@delon/abc": "^12.3.0",
- "@delon/acl": "^12.3.0",
- "@delon/auth": "^12.3.0",
- "@delon/cache": "^12.3.0",
- "@delon/chart": "^12.3.0",
- "@delon/form": "^12.3.0",
- "@delon/mock": "^12.3.0",
- "@delon/theme": "^12.3.0",
- "@delon/util": "^12.3.0",
- "@fullcalendar/core": "^5.9.0",
- "@fullcalendar/daygrid": "^5.9.0",
- "@fullcalendar/interaction": "^5.9.0",
- "@fullcalendar/list": "^5.9.0",
- "@fullcalendar/timegrid": "^5.9.0",
- "@swimlane/ngx-charts": "^18.0.1",
- "@types/swiper": "^5.4.2",
- "ajv": "^8.6.2",
- "angular-baidu-maps": "^12.0.0",
- "echarts": "^5.2.2",
- "file-saver": "^2.0.5",
- "highcharts": "^8.2.2",
- "highcharts-3d": "^0.1.7",
- "highcharts-angular": "^3.0.0",
- "js-base64": "^3.6.1",
- "masonry-layout": "^4.2.2",
- "moment": "^2.29.1",
- "ng-gallery": "^5.0.0",
- "ng-zorro-antd": "^12.0.1",
- "ngx-echarts": "^7.1.0",
- "ngx-trend": "^7.0.0",
- "nswag": "^13.14.4",
- "perfect-scrollbar": "^1.5.2",
- "quill": "^1.3.7",
- "quill-image-resize-module": "^3.0.0",
- "rxjs": "~6.6.0",
- "screenfull": "^5.1.0",
- "swiper": "^6.7.0",
- "tslib": "^2.3.0",
- "zone.js": "~0.11.4"
- },
- "devDependencies": {
- "@angular-devkit/build-angular": "~12.2.0",
- "@angular-eslint/builder": "~12.3.1",
- "@angular-eslint/eslint-plugin": "~12.3.1",
- "@angular-eslint/eslint-plugin-template": "~12.3.1",
- "@angular-eslint/schematics": "~12.3.1",
- "@angular-eslint/template-parser": "~12.3.1",
- "@angular/cli": "~12.2.0",
- "@angular/compiler-cli": "~12.2.0",
- "@angular/language-service": "~12.2.0",
- "@delon/testing": "^12.3.0",
- "@types/file-saver": "^2.0.3",
- "@types/jasmine": "~3.8.0",
- "@types/jasminewd2": "~2.0.3",
- "@types/js-base64": "^3.0.0",
- "@types/node": "^12.11.1",
- "@typescript-eslint/eslint-plugin": "~4.29.2",
- "@typescript-eslint/parser": "~4.29.2",
- "eslint": "^7.32.0",
- "eslint-config-prettier": "~8.3.0",
- "eslint-plugin-import": "~2.24.1",
- "eslint-plugin-jsdoc": "~36.0.7",
- "eslint-plugin-prefer-arrow": "~1.2.3",
- "eslint-plugin-prettier": "~3.4.1",
- "jasmine-core": "~3.8.0",
- "jasmine-spec-reporter": "~5.0.0",
- "karma": "~6.3.0",
- "karma-chrome-launcher": "~3.1.0",
- "karma-coverage": "~2.0.3",
- "karma-coverage-istanbul-reporter": "~3.0.2",
- "karma-jasmine": "~4.0.0",
- "karma-jasmine-html-reporter": "~1.7.0",
- "lint-staged": "^11.1.2",
- "ng-alain": "^12.3.0",
- "ng-alain-plugin-theme": "^12.0.0",
- "ng-alain-sts": "^0.0.1",
- "node-fetch": "^2.6.1",
- "prettier": "^2.2.1",
- "protractor": "~7.0.0",
- "source-map-explorer": "^2.5.2",
- "stylelint": "^13.13.1",
- "stylelint-config-prettier": "^8.0.2",
- "stylelint-config-rational-order": "^0.1.2",
- "stylelint-config-standard": "^22.0.0",
- "stylelint-declaration-block-no-ignored-properties": "^2.4.0",
- "stylelint-order": "^4.1.0",
- "ts-node": "~8.3.0",
- "typescript": "~4.3.5"
- },
- "lint-staged": {
- "(src)/**/*.{html,ts}": [
- "eslint --fix"
- ],
- "(src)/**/*.less": [
- "stylelint --syntax less --fix"
- ]
- },
- "private": true,
- "theme": {
- "name": "pro",
- "version": "12.0.0"
- }
- }
|