mirror of
https://github.com/Eugeny/tabby.git
synced 2024-11-10 12:16:34 +03:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "terminus-core",
|
|
"version": "1.0.73-c4-ga7d62b0",
|
|
"description": "Terminus core",
|
|
"keywords": [
|
|
"terminus-builtin-plugin"
|
|
],
|
|
"main": "dist/index.js",
|
|
"typings": "typings/index.d.ts",
|
|
"scripts": {
|
|
"build": "webpack --progress --color --display-modules",
|
|
"watch": "webpack --progress --color --watch"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"author": "Eugene Pankov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/js-yaml": "^3.9.0",
|
|
"@types/node": "^12.0.2",
|
|
"@types/webpack-env": "^1.13.0",
|
|
"@types/winston": "^2.3.6",
|
|
"axios": "^0.19.0",
|
|
"bootstrap": "^4.1.3",
|
|
"core-js": "^3.1.2",
|
|
"deepmerge": "^3.2.0",
|
|
"electron-updater": "^4.0.6",
|
|
"js-yaml": "^3.9.0",
|
|
"mixpanel": "^0.10.2",
|
|
"ng2-dnd": "^5.0.2",
|
|
"ngx-perfect-scrollbar": "^6.0.0",
|
|
"shell-escape": "^0.2.0",
|
|
"uuid": "^3.3.2",
|
|
"winston": "^3.2.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"windows-native-registry": "^1.0.14"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "4.0.1",
|
|
"@angular/common": "4.0.1",
|
|
"@angular/core": "4.0.1",
|
|
"@angular/forms": "4.0.1",
|
|
"@angular/platform-browser": "4.0.1",
|
|
"@angular/platform-browser-dynamic": "4.0.1",
|
|
"rxjs": "5.3.0",
|
|
"zone.js": "0.8.4"
|
|
}
|
|
}
|