{ "name": "@vendure/admin-ui", "version": "2.0.0-beta.2", "license": "MIT", "scripts": { "ng": "ng", "start": "node scripts/set-version.js && ng serve", "build:app": "yarn ng build vendure-admin --configuration production", "build": "node scripts/copy-package-json.js && node scripts/set-version.js && node scripts/build-public-api.js && yarn 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" }, "dependencies": { "@angular/animations": "^15.2.1", "@angular/cdk": "^15.2.1", "@angular/common": "^15.2.1", "@angular/core": "^15.2.1", "@angular/forms": "^15.2.1", "@angular/language-service": "^15.2.1", "@angular/platform-browser": "^15.2.1", "@angular/platform-browser-dynamic": "^15.2.1", "@angular/router": "^15.2.1", "@apollo/client": "^3.7.9", "@biesbjerg/ngx-translate-extract-marker": "^1.0.0", "@cds/core": "^6.3.2", "@clr/angular": "^15.1.0", "@clr/core": "^4.0.15", "@clr/icons": "^13.0.2", "@clr/ui": "^15.0.1", "@messageformat/core": "^3.1.0", "@ng-select/ng-select": "^10.0.3", "@ngx-translate/core": "^14.0.0", "@ngx-translate/http-loader": "^7.0.0", "@vendure/common": "2.0.0-beta.2", "@webcomponents/custom-elements": "^1.5.1", "apollo-angular": "^4.2.1", "apollo-upload-client": "^17.0.0", "codejar": "^3.7.0", "core-js": "^3.29.0", "dayjs": "^1.10.4", "graphql": "16.6.0", "messageformat": "2.3.0", "ngx-pagination": "^6.0.3", "ngx-translate-messageformat-compiler": "^6.2.0", "prosemirror-commands": "^1.5.1", "prosemirror-dropcursor": "^1.7.1", "prosemirror-gapcursor": "^1.3.1", "prosemirror-history": "^1.3.0", "prosemirror-inputrules": "^1.2.0", "prosemirror-keymap": "^1.2.1", "prosemirror-menu": "^1.2.1", "prosemirror-schema-basic": "^1.2.1", "prosemirror-schema-list": "^1.2.2", "prosemirror-state": "^1.4.2", "prosemirror-tables": "^1.3.2", "rxjs": "^7.8.0", "tslib": "^2.5.0", "zone.js": "~0.12.0" }, "devDependencies": { "@angular-devkit/build-angular": "^15.2.1", "@angular-eslint/builder": "^15.2.1", "@angular-eslint/eslint-plugin": "^15.2.1", "@angular-eslint/eslint-plugin-template": "^15.2.1", "@angular-eslint/schematics": "^15.2.1", "@angular-eslint/template-parser": "^15.2.1", "@angular/cli": "^15.2.1", "@angular/compiler": "^15.2.1", "@angular/compiler-cli": "^15.2.1", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.6", "@types/node": "^14.14.31", "@typescript-eslint/eslint-plugin": "5.48.2", "@typescript-eslint/parser": "5.48.2", "@vendure/ngx-translate-extract": "^8.1.0", "cross-spawn": "^7.0.3", "eslint": "^8.33.0", "eslint-plugin-import": "latest", "eslint-plugin-jsdoc": "latest", "eslint-plugin-prefer-arrow": "latest", "fs-extra": "^10.0.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": "15.2.2", "puppeteer": "^19.8.3", "rimraf": "^3.0.2", "typescript": "4.9.5" } }