matrix-dimension/package.json
2017-06-25 22:07:41 -06:00

90 lines
2.5 KiB
JSON

{
"name": "matrix-dimension",
"version": "1.0.0",
"description": "An alternative integrations manager for Riot",
"main": "app.js",
"license": "GPL-3.0",
"scripts": {
"dev": "webpack-dev-server --inline --progress --port 8080 --host 0.0.0.0",
"build": "rimraf web-dist && webpack --progress --profile --bail"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turt2live/matrix-dimension.git"
},
"greenkeeper": {
"ignore": [
"@types/node"
]
},
"author": "Travis Ralston",
"dependencies": {
"body-parser": "^1.17.2",
"chalk": "^1.1.3",
"config": "^1.26.1",
"db-migrate": "^0.10.0-beta.20",
"db-migrate-sqlite3": "^0.2.1",
"express": "^4.15.3",
"js-yaml": "^3.8.4",
"lodash": "^4.17.4",
"matrix-js-sdk": "^0.7.13",
"moment": "^2.18.1",
"random-string": "^0.2.0",
"request": "^2.81.0",
"sequelize": "^4.2.0",
"sqlite3": "^3.1.8",
"winston": "^2.3.1"
},
"devDependencies": {
"@angular/animations": "^4.2.0",
"@angular/common": "^4.2.1",
"@angular/compiler": "^4.2.1",
"@angular/core": "^4.2.1",
"@angular/forms": "^4.2.1",
"@angular/http": "^4.2.1",
"@angular/platform-browser": "^4.2.1",
"@angular/platform-browser-dynamic": "^4.2.1",
"@angular/router": "^4.2.1",
"@angularclass/hmr": "^1.2.2",
"@angularclass/hmr-loader": "^3.0.2",
"@ng-bootstrap/ng-bootstrap": "^1.0.0-alpha.26",
"@types/node": "^6.11.0",
"angular2-modal": "^2.0.3",
"angular2-template-loader": "^0.6.2",
"angular2-toaster": "^4.0.0",
"angular2-ui-switch": "^1.2.0",
"awesome-typescript-loader": "^3.1.2",
"codelyzer": "^3.0.1",
"copy-webpack-plugin": "^4.0.1",
"core-js": "^2.4.1",
"css-loader": "^0.28.4",
"cssnano": "^3.10.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"node-sass": "^4.5.2",
"postcss-cssnext": "^2.11.0",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.5",
"postcss-scss": "^1.0.0",
"raw-loader": "^0.5.1",
"reflect-metadata": "^0.1.10",
"rimraf": "^2.6.1",
"rxjs": "^5.2.0",
"sass-loader": "^6.0.3",
"shelljs": "^0.7.8",
"style-loader": "^0.18.2",
"ts-helpers": "^1.1.2",
"tslint": "^5.4.3",
"tslint-loader": "^3.4.3",
"typescript": "^2.4.0",
"url-loader": "^0.5.8",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0",
"zone.js": "^0.8.12"
}
}