matrix-dimension/package.json
2021-09-02 01:01:01 +02:00

145 lines
5.1 KiB
JSON

{
"name": "matrix-dimension",
"version": "1.0.0",
"description": "An alternative integrations manager for Element",
"main": "build/app/index.js",
"license": "GPL-3.0",
"scripts": {
"ng": "ng",
"start:web": "ng serve --configuration development --port 8082",
"start:app": "npm run-script build && node build/app/index.js",
"start:apponly": "ts-node-dev --respawn --transpile-only --project tsconfig.backend.json ./src/index.ts",
"build": "npm run-script build:web && npm run-script build:app",
"build:web": "rimraf build/web && ng build --configuration production",
"build:app": "rimraf build/app && tsc -p tsconfig.backend.json",
"lint": "eslint .",
"lint:app": "eslint src",
"lint:web": "eslint web",
"i18n": "npm run-script i18n:init && npm run-script i18n:extract",
"i18n:init": "ngx-translate-extract --input ./web --output ./web/public/assets/i18n/template.json --key-as-default-value --replace --format json",
"i18n:extract": "ngx-translate-extract --input ./web --output ./web/public/assets/i18n/en.json --clean --format json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turt2live/matrix-dimension.git"
},
"author": "Travis Ralston",
"dependencies": {
"@angular-devkit/build-angular": "^12.2.1",
"@angular/animations": "^12.2.2",
"@angular/common": "^12.2.2",
"@angular/compiler": "^12.2.2",
"@angular/core": "^12.2.2",
"@angular/forms": "^12.2.2",
"@angular/localize": "^12.2.2",
"@angular/platform-browser": "^12.2.2",
"@angular/platform-browser-dynamic": "^12.2.2",
"@angular/router": "^12.2.2",
"@angularclass/hmr": "^3.0.0",
"@angularclass/hmr-loader": "^3.0.4",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@ngx-translate/core": "^13.0.0",
"@ngx-translate/http-loader": "^6.0.0",
"@popperjs/core": "^2.9.3",
"@webcomponents/custom-elements": "^1.5.0",
"body-parser": "^1.19.0",
"config": "^3.3.6",
"express": "^4.17.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"matrix-bot-sdk": "^0.5.19",
"matrix-js-snippets": "^0.2.8",
"memory-cache": "^0.2.0",
"mime": "^2.5.2",
"moment": "^2.29.1",
"netmask": "^2.0.2",
"ngx-ui-switch": "^12.0.1",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"postcss": "^8.3.6",
"random-string": "^0.2.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"require-dir-all": "^0.4.15",
"rxjs": "^6.6.7",
"rxjs-compat": "^6.6.7",
"semver": "^7.3.5",
"sequelize": "6.6.2",
"sequelize-typescript": "^2.1.0",
"sharp": "^0.29.0",
"split-host": "^0.1.1",
"spotify-uri": "^2.2.0",
"sqlite3": "^5.0.2",
"telegraf": "^4.4.1",
"typescript-rest": "^2.2.6",
"umzug": "^3.0.0-beta.16",
"url": "^0.11.0",
"xml2js": "^0.4.23",
"xng-breadcrumb": "^6.7.0",
"zone.js": "^0.11.4"
},
"devDependencies": {
"@angular/cli": "^12.2.1",
"@angular/compiler-cli": "^12.2.2",
"@angular-eslint/builder": "12.3.1",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/schematics": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@biesbjerg/ngx-translate-extract": "^7.0.4",
"@ckeditor/ckeditor5-angular": "^2.0.2",
"@ckeditor/ckeditor5-build-classic": "^29.1.0",
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@ng-bootstrap/ng-bootstrap": "^11.0.0-beta.2",
"@types/bluebird": "^3.5.36",
"@types/body-parser": "^1.19.1",
"@types/config": "0.0.39",
"@types/jquery": "^3.5.6",
"@types/node": "^14.17.4",
"@types/validator": "^13.6.3",
"@typescript-eslint/eslint-plugin": "4.28.2",
"@typescript-eslint/parser": "4.28.2",
"angular2-template-loader": "^0.6.2",
"angular2-toaster": "^11.0.1",
"bootstrap": "^5.1.0",
"css-loader": "^6.2.0",
"cssnano": "^5.0.8",
"dom-to-image": "^2.6.0",
"embed-video": "^2.0.4",
"eslint": "^7.26.0",
"eslint-webpack-plugin": "^3.0.1",
"goby": "^1.1.2",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"iso-639-1": "^2.1.9",
"jquery": "^3.6.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^2.2.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.1.1",
"postcss-scss": "^4.0.0",
"rimraf": "^3.0.2",
"sass-loader": "^12.1.0",
"screenfull": "^5.1.0",
"spinkit": "^2.0.1",
"style-loader": "^3.2.1",
"ts-loader": "^9.2.5",
"ts-node": "^10.2.1",
"ts-node-dev": "^1.1.8",
"typescript": "^4.3.5",
"webpack": "^5.50.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
}
}