2017-04-11 00:22:48 +00:00
|
|
|
{
|
|
|
|
"name": "terminus-core",
|
2020-12-24 13:03:14 +00:00
|
|
|
"version": "1.0.123-nightly.0",
|
2017-04-11 00:22:48 +00:00
|
|
|
"description": "Terminus core",
|
2017-07-04 14:05:39 +00:00
|
|
|
"keywords": [
|
2017-11-04 18:06:58 +00:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 14:05:39 +00:00
|
|
|
],
|
2017-04-11 00:22:48 +00:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 11:45:15 +00:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-11 00:22:48 +00:00
|
|
|
"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": [
|
2019-06-30 21:08:30 +00:00
|
|
|
"typings"
|
2017-06-09 22:29:16 +00:00
|
|
|
],
|
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",
|
2019-06-18 15:20:37 +00:00
|
|
|
"@types/shell-escape": "^0.2.0",
|
2017-10-23 20:58:19 +00:00
|
|
|
"@types/winston": "^2.3.6",
|
2019-05-31 05:23:00 +00:00
|
|
|
"axios": "^0.19.0",
|
2018-08-26 19:03:49 +00:00
|
|
|
"bootstrap": "^4.1.3",
|
2019-05-24 18:07:32 +00:00
|
|
|
"core-js": "^3.1.2",
|
2019-10-15 01:12:50 +00:00
|
|
|
"deepmerge": "^4.1.1",
|
2019-05-24 18:22:56 +00:00
|
|
|
"electron-updater": "^4.0.6",
|
2019-06-07 20:52:41 +00:00
|
|
|
"js-yaml": "^3.9.0",
|
2019-05-31 16:17:41 +00:00
|
|
|
"mixpanel": "^0.10.2",
|
2018-08-07 06:51:19 +00:00
|
|
|
"ng2-dnd": "^5.0.2",
|
2019-09-29 13:38:20 +00:00
|
|
|
"ngx-perfect-scrollbar": "^8.0.0",
|
2020-12-24 13:03:14 +00:00
|
|
|
"readable-stream": "2.3.7",
|
2018-09-23 14:33:57 +00:00
|
|
|
"shell-escape": "^0.2.0",
|
2020-04-30 04:28:12 +00:00
|
|
|
"uuid": "^8.0.0",
|
2020-12-24 13:03:14 +00:00
|
|
|
"winston": "^3.3.3"
|
2017-04-11 20:45:59 +00:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-12-23 20:45:47 +00:00
|
|
|
"@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 16:18:23 +00:00
|
|
|
}
|
2017-04-11 00:22:48 +00:00
|
|
|
}
|