2017-04-11 00:22:48 +00:00
|
|
|
{
|
2021-06-29 21:57:04 +00:00
|
|
|
"name": "tabby-core",
|
2023-04-23 17:22:38 +00:00
|
|
|
"version": "1.0.197-nightly.1",
|
2021-06-29 21:57:04 +00:00
|
|
|
"description": "Tabby core",
|
2017-07-04 14:05:39 +00:00
|
|
|
"keywords": [
|
2021-06-29 21:57:04 +00:00
|
|
|
"tabby-builtin-plugin"
|
2017-07-04 14:05:39 +00:00
|
|
|
],
|
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": [
|
2023-04-23 15:40:17 +00:00
|
|
|
"dist",
|
2019-06-30 21:08:30 +00:00
|
|
|
"typings"
|
2017-06-09 22:29:16 +00:00
|
|
|
],
|
2017-04-11 00:22:48 +00:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2023-02-26 19:42:31 +00:00
|
|
|
"bootstrap": "^5.3.0-alpha.1",
|
|
|
|
"color": "^4.2.3",
|
2019-10-15 01:12:50 +00:00
|
|
|
"deepmerge": "^4.1.1",
|
2022-09-04 21:33:07 +00:00
|
|
|
"fuzzy-search": "^3.2.1",
|
2021-03-03 20:03:52 +00:00
|
|
|
"js-yaml": "^4.0.0",
|
2022-01-08 15:02:56 +00:00
|
|
|
"messageformat": "^2.3.0",
|
2022-09-05 07:55:30 +00:00
|
|
|
"mixpanel": "^0.17.0",
|
2022-01-08 15:02:56 +00:00
|
|
|
"ngx-translate-messageformat-compiler": "^4.11.0",
|
2023-05-09 05:00:33 +00:00
|
|
|
"readable-stream": "4.4.0",
|
2022-10-02 17:58:18 +00:00
|
|
|
"uuid": "^9.0.0"
|
2017-04-11 20:45:59 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-04-23 15:57:05 +00:00
|
|
|
"@angular/animations": "^15",
|
|
|
|
"@angular/common": "^15",
|
|
|
|
"@angular/core": "^15",
|
|
|
|
"@angular/forms": "^15",
|
|
|
|
"@angular/platform-browser": "^15",
|
|
|
|
"@angular/platform-browser-dynamic": "^15",
|
|
|
|
"rxjs": "^7"
|
2018-12-10 16:18:23 +00:00
|
|
|
}
|
2017-04-11 00:22:48 +00:00
|
|
|
}
|