tabby/tabby-core/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2017-04-11 00:22:48 +00:00
{
2021-06-29 21:57:04 +00:00
"name": "tabby-core",
2022-02-07 15:36:20 +00:00
"version": "1.0.171-nightly.3",
2021-06-29 21:57:04 +00:00
"description": "Tabby core",
"keywords": [
2021-06-29 21:57:04 +00:00
"tabby-builtin-plugin"
],
2017-04-11 00:22:48 +00:00
"main": "dist/index.js",
2019-06-06 11:45:15 +00:00
"typings": "typings/index.d.ts",
2017-04-11 00:22:48 +00:00
"scripts": {
2018-12-10 16:18:23 +00:00
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
2017-04-11 00:22:48 +00:00
},
2017-06-09 22:29:16 +00:00
"files": [
"typings"
2017-06-09 22:29:16 +00:00
],
2017-04-11 00:22:48 +00:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2022-01-08 15:02:56 +00:00
"@ngx-translate/core": "^14.0.0",
2018-08-26 19:03:49 +00:00
"bootstrap": "^4.1.3",
"deepmerge": "^4.1.1",
"fuzzy-search": "^3.2.1",
"js-yaml": "^4.0.0",
2022-01-08 15:02:56 +00:00
"messageformat": "^2.3.0",
"mixpanel": "^0.13.0",
2021-06-28 20:08:40 +00:00
"ngx-filesize": "^2.0.16",
"ngx-perfect-scrollbar": "^10.1.0",
2022-01-08 15:02:56 +00:00
"ngx-translate-messageformat-compiler": "^4.11.0",
"readable-stream": "3.6.0",
"uuid": "^8.0.0"
2017-04-11 20:45:59 +00:00
},
"peerDependencies": {
"@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"
2018-12-10 16:18:23 +00:00
}
2017-04-11 00:22:48 +00:00
}