tabby/terminus-core/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2017-04-11 00:22:48 +00:00
{
"name": "terminus-core",
2019-01-10 11:44:12 +00:00
"version": "1.0.68-c17-g8b64a81",
2017-04-11 00:22:48 +00:00
"description": "Terminus core",
"keywords": [
2017-11-04 18:06:58 +00:00
"terminus-builtin-plugin"
],
2017-04-11 00:22:48 +00:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2018-12-10 16:18:23 +00:00
"build": "webpack --progress --color --display-modules",
"watch": "webpack --progress --color --watch"
2017-04-11 00:22:48 +00:00
},
2017-06-09 22:29:16 +00:00
"files": [
"dist"
],
2017-04-11 00:22:48 +00:00
"author": "Eugene Pankov",
"license": "MIT",
"devDependencies": {
2017-07-15 16:16:45 +00:00
"@types/js-yaml": "^3.9.0",
"@types/node": "^7.0.37",
2017-04-17 12:57:22 +00:00
"@types/webpack-env": "^1.13.0",
2017-10-23 20:58:19 +00:00
"@types/winston": "^2.3.6",
"axios": "^0.18.0",
2018-08-26 19:03:49 +00:00
"bootstrap": "^4.1.3",
2017-04-11 00:22:48 +00:00
"core-js": "^2.4.1",
2017-09-09 12:09:27 +00:00
"electron-updater": "^2.8.9",
2018-08-07 06:51:19 +00:00
"ng2-dnd": "^5.0.2",
2018-08-26 20:27:50 +00:00
"ngx-perfect-scrollbar": "^6.0.0",
2018-12-15 13:27:12 +00:00
"rage-edit": "^1.2.0",
"shell-escape": "^0.2.0",
2018-08-26 20:27:50 +00:00
"universal-analytics": "^0.4.17"
2017-04-11 20:45:59 +00:00
},
"peerDependencies": {
2017-04-11 00:22:48 +00: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 16:16:45 +00:00
"deepmerge": "^1.5.0",
2017-10-23 20:58:19 +00:00
"js-yaml": "^3.9.0",
"winston": "^2.4.0"
2018-12-10 16:18:23 +00:00
}
2017-04-11 00:22:48 +00:00
}