| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- {
- "name": "@vendure/admin-ui",
- "version": "2.2.3",
- "license": "MIT",
- "scripts": {
- "ng": "ng",
- "start": "node scripts/set-version.js && ng serve",
- "build:app": "ng build vendure-admin --configuration production",
- "build": "node scripts/copy-package-json.js && node scripts/set-version.js && node scripts/build-public-api.js && ng build vendure-admin-lib --configuration production && node scripts/compile-styles.js",
- "watch": "ng build --watch=true",
- "test": "ng test --watch=false --browsers=ChromeHeadlessCI --progress=false",
- "lint": "ng lint --fix",
- "extract-translations": "node scripts/extract-translations.js",
- "ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
- },
- "homepage": "https://www.vendure.io/",
- "funding": "https://github.com/sponsors/michaelbromley",
- "publishConfig": {
- "access": "public",
- "directory": "package"
- },
- "//": "These exports are just here so that we can do local testing of ui-devkit compilation by allowing the ui-devkit package to find its way to the compiled package",
- "exports": {
- ".": {
- "types": "./package/index.d.ts",
- "esm2022": "./package/esm2022/vendure-admin-ui.mjs",
- "esm": "./package/esm2022/vendure-admin-ui.mjs",
- "default": "./package/fesm2022/vendure-admin-ui.mjs"
- }
- },
- "dependencies": {
- "@angular/animations": "^17.2.4",
- "@angular/cdk": "^17.2.2",
- "@angular/common": "^17.2.4",
- "@angular/core": "^17.2.4",
- "@angular/forms": "^17.2.4",
- "@angular/language-service": "^17.2.4",
- "@angular/platform-browser": "^17.2.4",
- "@angular/platform-browser-dynamic": "^17.2.4",
- "@angular/router": "^17.2.4",
- "@apollo/client": "^3.9.6",
- "@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
- "@cds/core": "^6.9.2",
- "@clr/angular": "^17.0.1",
- "@clr/core": "^4.0.15",
- "@clr/icons": "^13.0.2",
- "@clr/ui": "^17.0.1",
- "@messageformat/core": "^3.2.0",
- "@ng-select/ng-select": "^12.0.7",
- "@ngx-translate/core": "^15.0.0",
- "@ngx-translate/http-loader": "^8.0.0",
- "@vendure/common": "^2.2.3",
- "@webcomponents/custom-elements": "^1.6.0",
- "apollo-angular": "^6.0.0",
- "apollo-upload-client": "^18.0.1",
- "chartist": "^1.3.0",
- "codejar": "^4.2.0",
- "dayjs": "^1.11.10",
- "graphql": "16.8.1",
- "just-extend": "^6.2.0",
- "messageformat": "2.3.0",
- "ngx-pagination": "^6.0.3",
- "ngx-translate-messageformat-compiler": "^6.5.0",
- "prosemirror-commands": "^1.5.2",
- "prosemirror-dropcursor": "^1.8.1",
- "prosemirror-gapcursor": "^1.3.2",
- "prosemirror-history": "^1.3.2",
- "prosemirror-inputrules": "^1.4.0",
- "prosemirror-keymap": "^1.2.2",
- "prosemirror-menu": "^1.2.4",
- "prosemirror-schema-basic": "^1.2.2",
- "prosemirror-schema-list": "^1.3.0",
- "prosemirror-state": "^1.4.3",
- "prosemirror-tables": "^1.3.7",
- "react": "^18.2.0",
- "react-dom": "^18.2.0",
- "rxjs": "^7.8.1",
- "tslib": "^2.6.2",
- "zone.js": "~0.14.4"
- },
- "devDependencies": {
- "@angular-devkit/build-angular": "^17.2.3",
- "@angular-eslint/builder": "^17.2.1",
- "@angular-eslint/eslint-plugin": "^17.2.1",
- "@angular-eslint/eslint-plugin-template": "^17.2.1",
- "@angular-eslint/schematics": "^17.2.1",
- "@angular-eslint/template-parser": "^17.2.1",
- "@angular/cli": "^17.2.3",
- "@angular/compiler": "^17.2.4",
- "@angular/compiler-cli": "^17.2.4",
- "@types/jasmine": "~4.3.5",
- "@types/jasminewd2": "~2.0.10",
- "@types/node": "^18.17.9",
- "@types/react": "^18.2.21",
- "@typescript-eslint/eslint-plugin": "^5.59.2",
- "@typescript-eslint/parser": "^5.59.2",
- "@vendure/ngx-translate-extract": "^8.2.2",
- "cross-spawn": "^7.0.3",
- "eslint": "^8.41.0",
- "eslint-plugin-import": "^2.27.5",
- "eslint-plugin-jsdoc": "^45.0.0",
- "eslint-plugin-prefer-arrow": "^1.2.3",
- "fs-extra": "^11.2.0",
- "jasmine-core": "~3.99.1",
- "jasmine-spec-reporter": "~7.0.0",
- "karma": "~6.3.4",
- "karma-chrome-launcher": "~3.1.0",
- "karma-coverage-istanbul-reporter": "~3.0.2",
- "karma-jasmine": "~4.0.0",
- "karma-jasmine-html-reporter": "^1.7.0",
- "karma-mocha-reporter": "^2.2.5",
- "ng-packagr": "17.2.1",
- "puppeteer": "^19.8.3",
- "rimraf": "^5.0.5",
- "typescript": "5.3.3"
- }
- }
|