mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
17656e8cf7
This implements a 'screenshot' button on the generic widget wrapper, although there's several bugs with the current Riot implementation that prevent it from working and that is why it is commented out. Fixes #155. Even if it doesn't work.
110 lines
3.5 KiB
JSON
110 lines
3.5 KiB
JSON
{
|
|
"name": "matrix-dimension",
|
|
"version": "1.0.0",
|
|
"description": "An alternative integrations manager for Riot",
|
|
"main": "build/app/index.js",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"start:web": "webpack-dev-server --inline --progress --port 8080 --host 0.0.0.0",
|
|
"start:app": "npm run-script build && node build/app/index.js",
|
|
"build": "npm run-script build:web && npm run-script build:app",
|
|
"build:web": "rimraf build/web && webpack --progress --profile --bail",
|
|
"build:app": "rimraf build/app && tsc -p tsconfig-app.json",
|
|
"lint": "npm run-script lint:app && npm run-script lint:web",
|
|
"lint:app": "tslint --project ./tsconfig-app.json -t stylish",
|
|
"lint:web": "tslint --project ./tsconfig.json -t stylish"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/turt2live/matrix-dimension.git"
|
|
},
|
|
"author": "Travis Ralston",
|
|
"dependencies": {
|
|
"@types/body-parser": "^1.16.8",
|
|
"@types/node": "^8.9.5",
|
|
"body-parser": "^1.18.2",
|
|
"config": "^1.30.0",
|
|
"dns-then": "^0.1.0",
|
|
"express": "^4.16.3",
|
|
"git-rev-sync": "^1.10.0",
|
|
"js-yaml": "^3.11.0",
|
|
"lodash": "^4.17.5",
|
|
"matrix-js-sdk": "^0.9.2",
|
|
"matrix-js-snippets": "^0.2.5",
|
|
"memory-cache": "^0.2.0",
|
|
"mime": "^2.2.0",
|
|
"moment": "^2.21.0",
|
|
"netmask": "^1.0.6",
|
|
"random-string": "^0.2.0",
|
|
"request": "^2.85.0",
|
|
"require-dir-all": "^0.4.15",
|
|
"sequelize": "^4.37.3",
|
|
"sequelize-typescript": "^0.6.3",
|
|
"sqlite3": "^3.1.13",
|
|
"typescript": "^2.7.2",
|
|
"typescript-rest": "^1.3.0",
|
|
"umzug": "^2.1.0",
|
|
"url": "^0.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/animations": "^5.2.9",
|
|
"@angular/common": "^5.2.9",
|
|
"@angular/compiler": "^5.2.9",
|
|
"@angular/core": "^5.2.9",
|
|
"@angular/forms": "^5.2.9",
|
|
"@angular/http": "^5.2.9",
|
|
"@angular/platform-browser": "^5.2.9",
|
|
"@angular/platform-browser-dynamic": "^5.2.9",
|
|
"@angular/router": "^5.2.9",
|
|
"@angularclass/hmr": "^2.1.0",
|
|
"@angularclass/hmr-loader": "^3.0.2",
|
|
"@fortawesome/fontawesome": "^1.1.4",
|
|
"@fortawesome/fontawesome-free-brands": "^5.0.8",
|
|
"@fortawesome/fontawesome-free-regular": "^5.0.8",
|
|
"@fortawesome/fontawesome-free-solid": "^5.0.8",
|
|
"@ng-bootstrap/ng-bootstrap": "^1.0.2",
|
|
"@types/jquery": "^3.3.1",
|
|
"angular2-template-loader": "^0.6.2",
|
|
"angular2-toaster": "^4.0.2",
|
|
"angular2-ui-switch": "^1.2.0",
|
|
"awesome-typescript-loader": "^3.5.0",
|
|
"codelyzer": "^4.2.1",
|
|
"copy-webpack-plugin": "^4.5.1",
|
|
"core-js": "^2.5.3",
|
|
"css-loader": "^0.28.11",
|
|
"cssnano": "^3.10.0",
|
|
"dom-to-image": "^2.6.0",
|
|
"embed-video": "^2.0.0",
|
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
"file-loader": "^1.1.11",
|
|
"goby": "^1.1.2",
|
|
"html-loader": "^0.5.5",
|
|
"html-webpack-plugin": "^2.28.0",
|
|
"jquery": "^3.3.1",
|
|
"json-loader": "^0.5.4",
|
|
"ng2-breadcrumbs": "^0.1.281",
|
|
"ngx-modialog": "^5.0.0",
|
|
"node-sass": "^4.8.3",
|
|
"postcss-cssnext": "^3.1.0",
|
|
"postcss-import": "^11.1.0",
|
|
"postcss-loader": "^2.1.3",
|
|
"postcss-scss": "^1.0.4",
|
|
"raw-loader": "^0.5.1",
|
|
"reflect-metadata": "^0.1.12",
|
|
"rimraf": "^2.6.2",
|
|
"rxjs": "^5.5.7",
|
|
"sass-loader": "^6.0.7",
|
|
"screenfull": "^3.3.2",
|
|
"shelljs": "^0.7.8",
|
|
"spinkit": "^1.2.5",
|
|
"style-loader": "^0.19.1",
|
|
"ts-helpers": "^1.1.2",
|
|
"tslint": "^5.9.1",
|
|
"tslint-loader": "^3.6.0",
|
|
"url-loader": "^0.6.2",
|
|
"webpack": "^3.11.0",
|
|
"webpack-dev-server": "^2.11.2",
|
|
"zone.js": "^0.8.20"
|
|
}
|
|
}
|