1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-22 20:55:03 +03:00
tabby/tabby-core/package.json

42 lines
1015 B
JSON
Raw Normal View History

2017-04-11 03:22:48 +03:00
{
2021-06-30 00:57:04 +03:00
"name": "tabby-core",
2023-04-23 20:22:38 +03:00
"version": "1.0.197-nightly.1",
2021-06-30 00:57:04 +03:00
"description": "Tabby core",
"keywords": [
2021-06-30 00:57:04 +03:00
"tabby-builtin-plugin"
],
2017-04-11 03:22:48 +03:00
"main": "dist/index.js",
2019-06-06 14:45:15 +03:00
"typings": "typings/index.d.ts",
2017-04-11 03:22:48 +03:00
"scripts": {
2018-12-10 19:18:23 +03:00
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
2017-04-11 03:22:48 +03:00
},
2017-06-10 01:29:16 +03:00
"files": [
2023-04-23 18:40:17 +03:00
"dist",
"typings"
2017-06-10 01:29:16 +03:00
],
2017-04-11 03:22:48 +03:00
"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",
2022-01-08 18:02:56 +03:00
"messageformat": "^2.3.0",
"mixpanel": "^0.17.0",
2022-01-08 18:02:56 +03:00
"ngx-translate-messageformat-compiler": "^4.11.0",
"readable-stream": "4.4.0",
"uuid": "^9.0.0"
2017-04-11 23:45:59 +03:00
},
"peerDependencies": {
2023-04-23 18:57:05 +03: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 19:18:23 +03:00
}
2017-04-11 03:22:48 +03:00
}