1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 10:42:35 +03:00
tabby/tabby-core/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2017-04-11 03:22:48 +03:00
{
2021-06-30 00:57:04 +03:00
"name": "tabby-core",
2021-08-01 11:17:35 +03:00
"version": "1.0.150",
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": [
"typings"
2017-06-10 01:29:16 +03:00
],
2017-04-11 03:22:48 +03:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
"@types/js-yaml": "^4.0.0",
2018-08-26 22:03:49 +03:00
"bootstrap": "^4.1.3",
"core-js": "^3.1.2",
2021-06-05 18:38:11 +03:00
"deep-equal": "^2.0.5",
"deepmerge": "^4.1.1",
"electron-updater": "^4.0.6",
"js-yaml": "^4.0.0",
"mixpanel": "^0.13.0",
2021-06-28 23:08:40 +03:00
"ngx-filesize": "^2.0.16",
"ngx-perfect-scrollbar": "^10.1.0",
"readable-stream": "3.6.0",
"uuid": "^8.0.0"
2017-04-11 23:45:59 +03: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 19:18:23 +03:00
}
2017-04-11 03:22:48 +03:00
}