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