package.json 977 字节
Newer Older
E
wip  
Eugene Pankov 已提交
1
{
E
Eugene Pankov 已提交
2
  "name": "tabby-core",
E
Eugene Pankov 已提交
3
  "version": "1.0.163",
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
    "bootstrap": "^4.1.3",
21
    "deepmerge": "^4.1.1",
22
    "electron-updater": "^4.0.6",
23
    "js-yaml": "^4.0.0",
24
    "mixpanel": "^0.13.0",
25
    "ngx-filesize": "^2.0.16",
26
    "ngx-perfect-scrollbar": "^10.1.0",
27
    "readable-stream": "3.6.0",
28
    "uuid": "^8.0.0"
E
done  
Eugene Pankov 已提交
29 30
  },
  "peerDependencies": {
31 32 33 34 35 36 37
    "@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 已提交
38
  }
E
wip  
Eugene Pankov 已提交
39
}