mirror of
https://github.com/Eugeny/tabby.git
synced 2024-12-23 18:44:20 +03:00
parent
732e494400
commit
1031b2912c
@ -6,7 +6,7 @@
|
|||||||
"@types/electron-debug": "^2.1.0",
|
"@types/electron-debug": "^2.1.0",
|
||||||
"@types/fs-promise": "1.0.3",
|
"@types/fs-promise": "1.0.3",
|
||||||
"@types/js-yaml": "^3.12.1",
|
"@types/js-yaml": "^3.12.1",
|
||||||
"@types/node": "^12.0.5",
|
"@types/node": "^12.0.4",
|
||||||
"@types/webpack-env": "1.13.9",
|
"@types/webpack-env": "1.13.9",
|
||||||
"app-builder-lib": "^20.43.0",
|
"app-builder-lib": "^20.43.0",
|
||||||
"apply-loader": "2.0.0",
|
"apply-loader": "2.0.0",
|
||||||
|
@ -20,5 +20,10 @@
|
|||||||
"@angular/core": "4.0.1",
|
"@angular/core": "4.0.1",
|
||||||
"terminus-core": "*",
|
"terminus-core": "*",
|
||||||
"terminus-terminal": "*"
|
"terminus-terminal": "*"
|
||||||
}
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"@types/node": "12.0.4",
|
||||||
|
"@types/webpack-env": "^1.13.0"
|
||||||
|
},
|
||||||
|
"false": {}
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/js-yaml": "^3.9.0",
|
"@types/js-yaml": "^3.9.0",
|
||||||
|
"@types/node": "^12.0.2",
|
||||||
|
"@types/webpack-env": "^1.13.0",
|
||||||
"@types/winston": "^2.3.6",
|
"@types/winston": "^2.3.6",
|
||||||
"axios": "^0.19.0",
|
"axios": "^0.19.0",
|
||||||
"bootstrap": "^4.1.3",
|
"bootstrap": "^4.1.3",
|
||||||
|
@ -18,7 +18,9 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/mz": "0.0.32",
|
"@types/mz": "0.0.32",
|
||||||
|
"@types/node": "12.0.4",
|
||||||
"@types/semver": "^6.0.0",
|
"@types/semver": "^6.0.0",
|
||||||
|
"@types/webpack-env": "1.13.9",
|
||||||
"css-loader": "^0.28.0",
|
"css-loader": "^0.28.0",
|
||||||
"ngx-pipes": "^1.6.1",
|
"ngx-pipes": "^1.6.1",
|
||||||
"semver": "^6.1.0"
|
"semver": "^6.1.0"
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/deep-equal": "1.0.1",
|
"@types/deep-equal": "1.0.1",
|
||||||
|
"@types/node": "12.0.4",
|
||||||
|
"@types/webpack-env": "1.13.9",
|
||||||
"ngx-pipes": "^1.6.1"
|
"ngx-pipes": "^1.6.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
@ -19,7 +19,9 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/deep-equal": "^1.0.0",
|
"@types/deep-equal": "^1.0.0",
|
||||||
"@types/mz": "0.0.32",
|
"@types/mz": "0.0.32",
|
||||||
|
"@types/node": "12.0.4",
|
||||||
"@types/slug": "^0.9.1",
|
"@types/slug": "^0.9.1",
|
||||||
|
"@types/webpack-env": "1.13.9",
|
||||||
"dataurl": "0.1.0",
|
"dataurl": "0.1.0",
|
||||||
"deep-equal": "1.0.1",
|
"deep-equal": "1.0.1",
|
||||||
"file-loader": "^0.11.2",
|
"file-loader": "^0.11.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user