package.json 1.1 KB
Newer Older
E
wip  
Eugene Pankov 已提交
1
{
E
Eugene Pankov 已提交
2
  "name": "tabby-core",
E
Eugene Pankov 已提交
3
  "version": "1.0.170-nightly.0",
E
Eugene Pankov 已提交
4
  "description": "Tabby core",
T
Tri Nguyen 已提交
5
  "keywords": [
E
Eugene Pankov 已提交
6
    "tabby-builtin-plugin"
T
Tri Nguyen 已提交
7
  ],
E
wip  
Eugene Pankov 已提交
8
  "main": "dist/index.js",
E
Eugene Pankov 已提交
9
  "typings": "typings/index.d.ts",
E
wip  
Eugene Pankov 已提交
10
  "scripts": {
E
Eugene Pankov 已提交
11 12
    "build": "webpack --progress --color --display-modules",
    "watch": "webpack --progress --color --watch"
E
wip  
Eugene Pankov 已提交
13
  },
E
wip  
Eugene Pankov 已提交
14
  "files": [
15
    "typings"
E
wip  
Eugene Pankov 已提交
16
  ],
E
wip  
Eugene Pankov 已提交
17 18 19
  "author": "Eugene Pankov",
  "license": "MIT",
  "devDependencies": {
E
Eugene Pankov 已提交
20
    "@ngx-translate/core": "^14.0.0",
E
Eugene Pankov 已提交
21
    "bootstrap": "^4.1.3",
22
    "deepmerge": "^4.1.1",
23
    "js-yaml": "^4.0.0",
E
Eugene Pankov 已提交
24
    "messageformat": "^2.3.0",
25
    "mixpanel": "^0.13.0",
26
    "ngx-filesize": "^2.0.16",
27
    "ngx-perfect-scrollbar": "^10.1.0",
28
    "ngx-translate-messageformat-compiler": "^5.0.1",
29
    "readable-stream": "3.6.0",
30
    "uuid": "^8.0.0"
E
done  
Eugene Pankov 已提交
31 32
  },
  "peerDependencies": {
33 34 35 36 37 38 39
    "@angular/animations": "^9.1.9",
    "@angular/common": "^9.1.11",
    "@angular/core": "^9.1.9",
    "@angular/forms": "^9.1.11",
    "@angular/platform-browser": "^9.1.11",
    "@angular/platform-browser-dynamic": "^9.1.11",
    "rxjs": "^6.6.3"
E
Eugene Pankov 已提交
40
  }
E
wip  
Eugene Pankov 已提交
41
}