| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "tabby-core",
- "version": "1.0.197-nightly.1",
- "description": "Tabby core",
- "keywords": [
- "tabby-builtin-plugin"
- ],
- "main": "dist/index.js",
- "typings": "typings/index.d.ts",
- "scripts": {
- "build": "webpack --progress --color --display-modules",
- "watch": "webpack --progress --color --watch"
- },
- "files": [
- "dist",
- "typings"
- ],
- "author": "Eugene Pankov",
- "license": "MIT",
- "devDependencies": {
- "bootstrap": "^5.3.0-alpha.1",
- "color": "^4.2.3",
- "deepmerge": "^4.1.1",
- "fuzzy-search": "^3.2.1",
- "js-yaml": "^4.0.0",
- "messageformat": "^2.3.0",
- "mixpanel": "^0.17.0",
- "ngx-translate-messageformat-compiler": "^4.11.0",
- "readable-stream": "4.4.0",
- "uuid": "^9.0.0"
- },
- "peerDependencies": {
- "@angular/animations": "^15",
- "@angular/common": "^15",
- "@angular/core": "^15",
- "@angular/forms": "^15",
- "@angular/platform-browser": "^15",
- "@angular/platform-browser-dynamic": "^15",
- "rxjs": "^7"
- }
- }
|