tabby/terminus-core/package.json

45 lines
1.1 KiB
JSON
Raw Normal View History

2017-04-11 08:22:48 +08:00
{
"name": "terminus-core",
2017-07-05 22:24:03 +08:00
"version": "1.0.0-alpha.16-8-gfc060ac",
2017-04-11 08:22:48 +08:00
"description": "Terminus core",
"keywords": [
"terminus-plugin"
],
2017-04-11 08:22:48 +08:00
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
2017-04-17 20:57:22 +08:00
"build": "rm -rf dist && webpack --progress --color --display-modules",
"watch": "rm -rf dist && 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": {
"@ng-bootstrap/ng-bootstrap": "1.0.0-alpha.22",
"@types/js-yaml": "^3.5.29",
2017-04-17 20:57:22 +08:00
"@types/node": "^7.0.12",
"@types/webpack-env": "^1.13.0",
2017-04-11 08:22:48 +08:00
"bootstrap": "4.0.0-alpha.6",
"core-js": "^2.4.1",
2017-06-21 05:28:58 +08:00
"ngx-perfect-scrollbar": "4.0.0",
2017-06-24 20:14:57 +08:00
"typescript": "^2.4.0"
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": {
2017-06-24 20:14:57 +08:00
"deepmerge": "^1.4.4",
"js-yaml": "^3.8.4"
2017-06-10 06:29:16 +08:00
},
"false": {}
2017-04-11 08:22:48 +08:00
}