| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "terminus-core",
- "version": "1.0.99-nightly.0",
- "description": "Terminus core",
- "keywords": [
- "terminus-builtin-plugin"
- ],
- "main": "dist/index.js",
- "typings": "typings/index.d.ts",
- "scripts": {
- "build": "webpack --progress --color --display-modules",
- "watch": "webpack --progress --color --watch"
- },
- "files": [
- "typings"
- ],
- "author": "Eugene Pankov",
- "license": "MIT",
- "devDependencies": {
- "@types/js-yaml": "^3.9.0",
- "@types/shell-escape": "^0.2.0",
- "@types/winston": "^2.3.6",
- "axios": "^0.19.0",
- "bootstrap": "^4.1.3",
- "core-js": "^3.1.2",
- "deepmerge": "^4.1.1",
- "electron-updater": "^4.0.6",
- "js-yaml": "^3.9.0",
- "mixpanel": "^0.10.2",
- "ng2-dnd": "^5.0.2",
- "ngx-perfect-scrollbar": "^8.0.0",
- "shell-escape": "^0.2.0",
- "uuid": "^3.3.2",
- "winston": "^3.2.1"
- },
- "peerDependencies": {
- "@angular/animations": "^7",
- "@angular/common": "^7",
- "@angular/core": "^7",
- "@angular/forms": "^7",
- "@angular/platform-browser": "^7",
- "@angular/platform-browser-dynamic": "^7",
- "rxjs": "^5"
- }
- }
|