2017-04-11 08:22:48 +08:00
|
|
|
{
|
|
|
|
"name": "terminus-core",
|
2019-03-19 05:02:23 +08:00
|
|
|
"version": "1.0.73-c4-ga7d62b0",
|
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",
|
|
|
|
"typings": "dist/index.d.ts",
|
|
|
|
"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": [
|
|
|
|
"dist"
|
|
|
|
],
|
2017-04-11 08:22:48 +08:00
|
|
|
"author": "Eugene Pankov",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
2017-07-16 00:16:45 +08:00
|
|
|
"@types/js-yaml": "^3.9.0",
|
2019-05-25 00:08:36 +08:00
|
|
|
"@types/node": "^12.0.2",
|
2017-04-17 20:57:22 +08:00
|
|
|
"@types/webpack-env": "^1.13.0",
|
2017-10-24 04:58:19 +08:00
|
|
|
"@types/winston": "^2.3.6",
|
2019-05-31 13:23:00 +08:00
|
|
|
"axios": "^0.19.0",
|
2018-08-27 03:03:49 +08:00
|
|
|
"bootstrap": "^4.1.3",
|
2019-05-25 02:07:32 +08:00
|
|
|
"core-js": "^3.1.2",
|
2019-05-25 02:22:56 +08:00
|
|
|
"electron-updater": "^4.0.6",
|
2019-06-01 00:17:41 +08:00
|
|
|
"mixpanel": "^0.10.2",
|
2018-08-07 14:51:19 +08:00
|
|
|
"ng2-dnd": "^5.0.2",
|
2018-08-27 04:27:50 +08:00
|
|
|
"ngx-perfect-scrollbar": "^6.0.0",
|
2018-09-23 22:33:57 +08:00
|
|
|
"shell-escape": "^0.2.0",
|
2019-06-01 00:17:41 +08:00
|
|
|
"uuid": "^3.3.2"
|
2017-04-12 04:45:59 +08:00
|
|
|
},
|
2019-05-18 04:05:53 +08:00
|
|
|
"optionalDependencies": {
|
|
|
|
"windows-native-registry": "^1.0.14"
|
|
|
|
},
|
2017-04-12 04:45:59 +08:00
|
|
|
"peerDependencies": {
|
2017-04-11 08:22:48 +08: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": {
|
2019-05-25 02:41:21 +08:00
|
|
|
"deepmerge": "^3.2.0",
|
2017-10-24 04:58:19 +08:00
|
|
|
"js-yaml": "^3.9.0",
|
2019-05-25 02:34:20 +08:00
|
|
|
"winston": "^3.2.1"
|
2018-12-11 00:18:23 +08:00
|
|
|
}
|
2017-04-11 08:22:48 +08:00
|
|
|
}
|