2017-04-11 03:22:48 +03:00
|
|
|
{
|
|
|
|
"name": "terminus-core",
|
2021-03-10 22:51:50 +03:00
|
|
|
"version": "1.0.135-nightly.0",
|
2017-04-11 03:22:48 +03:00
|
|
|
"description": "Terminus core",
|
2017-07-04 17:05:39 +03:00
|
|
|
"keywords": [
|
2017-11-04 21:06:58 +03:00
|
|
|
"terminus-builtin-plugin"
|
2017-07-04 17:05:39 +03:00
|
|
|
],
|
2017-04-11 03:22:48 +03:00
|
|
|
"main": "dist/index.js",
|
2019-06-06 14:45:15 +03:00
|
|
|
"typings": "typings/index.d.ts",
|
2017-04-11 03:22:48 +03:00
|
|
|
"scripts": {
|
2018-12-10 19:18:23 +03:00
|
|
|
"build": "webpack --progress --color --display-modules",
|
|
|
|
"watch": "webpack --progress --color --watch"
|
2017-04-11 03:22:48 +03:00
|
|
|
},
|
2017-06-10 01:29:16 +03:00
|
|
|
"files": [
|
2019-07-01 00:08:30 +03:00
|
|
|
"typings"
|
2017-06-10 01:29:16 +03:00
|
|
|
],
|
2017-04-11 03:22:48 +03:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2021-03-20 19:12:39 +03:00
|
|
|
"@electron/remote": "^1.0.4",
|
2021-03-02 11:55:39 +03:00
|
|
|
"@types/js-yaml": "^4.0.0",
|
2019-06-18 18:20:37 +03:00
|
|
|
"@types/shell-escape": "^0.2.0",
|
2017-10-23 23:58:19 +03:00
|
|
|
"@types/winston": "^2.3.6",
|
2021-01-02 12:43:06 +03:00
|
|
|
"axios": "^0.21.1",
|
2018-08-26 22:03:49 +03:00
|
|
|
"bootstrap": "^4.1.3",
|
2021-04-04 21:07:57 +03:00
|
|
|
"clone-deep": "^4.0.1",
|
2019-05-24 21:07:32 +03:00
|
|
|
"core-js": "^3.1.2",
|
2019-10-15 04:12:50 +03:00
|
|
|
"deepmerge": "^4.1.1",
|
2019-05-24 21:22:56 +03:00
|
|
|
"electron-updater": "^4.0.6",
|
2021-03-03 23:03:52 +03:00
|
|
|
"js-yaml": "^4.0.0",
|
2019-05-31 19:17:41 +03:00
|
|
|
"mixpanel": "^0.10.2",
|
2018-08-07 09:51:19 +03:00
|
|
|
"ng2-dnd": "^5.0.2",
|
2021-03-03 23:25:49 +03:00
|
|
|
"ngx-perfect-scrollbar": "^10.1.0",
|
2021-03-10 22:55:59 +03:00
|
|
|
"readable-stream": "3.6.0",
|
2018-09-23 17:33:57 +03:00
|
|
|
"shell-escape": "^0.2.0",
|
2020-04-30 07:28:12 +03:00
|
|
|
"uuid": "^8.0.0",
|
2020-12-24 16:03:14 +03:00
|
|
|
"winston": "^3.3.3"
|
2017-04-11 23:45:59 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-12-23 23:45:47 +03: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 19:18:23 +03:00
|
|
|
}
|
2017-04-11 03:22:48 +03:00
|
|
|
}
|