1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-20 17:38:20 +03:00
tabby/terminus-core/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2017-04-11 03:22:48 +03:00
{
"name": "terminus-core",
2018-07-04 11:02:15 +03:00
"version": "1.0.0-alpha.48",
2017-04-11 03:22:48 +03:00
"description": "Terminus core",
"keywords": [
2017-11-04 21:06:58 +03:00
"terminus-builtin-plugin"
],
2017-04-11 03:22:48 +03:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2017-04-17 15:57:22 +03:00
"build": "rm -rf dist && webpack --progress --color --display-modules",
"watch": "rm -rf dist && webpack --progress --color --watch"
2017-04-11 03:22:48 +03:00
},
2017-06-10 01:29:16 +03:00
"files": [
"dist"
],
2017-04-11 03:22:48 +03:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2017-07-15 19:16:45 +03:00
"@types/js-yaml": "^3.9.0",
"@types/node": "^7.0.37",
2017-04-17 15:57:22 +03:00
"@types/webpack-env": "^1.13.0",
2017-10-23 23:58:19 +03:00
"@types/winston": "^2.3.6",
2017-09-28 21:27:16 +03:00
"axios": "0.16.2",
2017-04-11 03:22:48 +03:00
"bootstrap": "4.0.0-alpha.6",
"core-js": "^2.4.1",
2017-09-09 15:09:27 +03:00
"electron-updater": "^2.8.9",
2018-08-07 09:51:19 +03:00
"ng2-dnd": "^5.0.2",
2018-05-20 17:12:05 +03:00
"ngx-perfect-scrollbar": "^6.0.0"
2017-04-11 23:45:59 +03:00
},
"peerDependencies": {
2017-04-11 03:22:48 +03:00
"@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"
},
"dependencies": {
2017-07-15 19:16:45 +03:00
"deepmerge": "^1.5.0",
2017-10-23 23:58:19 +03:00
"js-yaml": "^3.9.0",
"winston": "^2.4.0"
2017-06-10 01:29:16 +03:00
},
"false": {}
2017-04-11 03:22:48 +03:00
}