forked from turt2live/matrix-dimension
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
135 lines (135 loc) · 4.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "matrix-dimension",
"version": "1.0.0",
"description": "An alternative integrations manager for Element",
"main": "build/app/index.js",
"license": "GPL-3.0",
"scripts": {
"start:web": "webpack-dev-server --inline --mode=development --progress --port 8082 --host 0.0.0.0",
"start:app": "npm run-script build && node build/app/index.js",
"start:apponly": "npm run-script build:app && node build/app/index.js",
"build": "npm run-script build:web && npm run-script build:app",
"build:web": "rimraf build/web && webpack --mode production --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",
"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": {
"@ngx-translate/core": "^12.1.2",
"@ngx-translate/http-loader": "^6.0.0",
"@types/bluebird": "^3.5.27",
"@types/body-parser": "^1.17.0",
"@types/node": "^12.0.10",
"@types/validator": "^10.11.1",
"body-parser": "^1.19.0",
"config": "^3.1.0",
"dns-then": "^0.1.0",
"express": "^4.17.1",
"git-rev-sync": "^1.12.0",
"isipaddress": "0.0.2",
"js-yaml": "^3.13.1",
"lodash": "^4.17.19",
"matrix-bot-sdk": "^0.3.8",
"matrix-js-snippets": "^0.2.8",
"memory-cache": "^0.2.0",
"mime": "^2.4.2",
"moment": "^2.24.0",
"netmask": "^1.0.6",
"pg": "^8.5.1",
"random-string": "^0.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"require-dir-all": "^0.4.15",
"semver": "^6.0.0",
"sequelize": "^5.18.4",
"sequelize-typescript": "^1.0.0",
"sharp": "^0.25.3",
"split-host": "^0.1.1",
"spotify-uri": "^1.0.0",
"sqlite3": "^4.2.0",
"telegraf": "^3.30.1",
"typescript": "^3.5.2",
"typescript-ioc": "^1.2.5",
"typescript-rest": "^2.2.0",
"umzug": "^2.2.0",
"url": "^0.11.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@angular/animations": "^8.0.3",
"@angular/common": "^8.0.3",
"@angular/compiler": "^8.0.3",
"@angular/core": "^8.0.3",
"@angular/forms": "^8.0.3",
"@angular/platform-browser": "^8.0.3",
"@angular/platform-browser-dynamic": "^8.0.3",
"@angular/router": "^8.0.3",
"@angularclass/hmr": "^2.1.3",
"@angularclass/hmr-loader": "^3.0.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@biesbjerg/ngx-translate-extract": "^7.0.3",
"@ckeditor/ckeditor5-angular": "^1.1.0",
"@ckeditor/ckeditor5-build-classic": "^12.2.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": "^4.2.1",
"@types/jquery": "^3.3.30",
"angular2-template-loader": "^0.6.2",
"angular2-toaster": "^7.0.0",
"angular2-ui-switch": "^1.2.0",
"awesome-typescript-loader": "^5.2.1",
"bootstrap": "^4.3.1",
"codelyzer": "^5.1.0",
"copy-webpack-plugin": "^5.1.2",
"core-js": "^3.1.4",
"css-loader": "^3.0.0",
"cssnano": "^4.1.10",
"dom-to-image": "^2.6.0",
"embed-video": "^2.0.4",
"file-loader": "^4.0.0",
"goby": "^1.1.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"iso-639-1": "^2.0.5",
"jquery": "^3.5.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.7.0",
"ng2-breadcrumbs": "^0.1.281",
"ngx-modialog": "^5.0.1",
"node-sass": "^4.14.1",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"raw-loader": "1.0.0",
"reflect-metadata": "^0.1.13",
"rimraf": "^2.6.3",
"rxjs": "^6.5.2",
"rxjs-compat": "^6.5.2",
"sass-loader": "^7.1.0",
"screenfull": "^4.2.0",
"shelljs": "^0.8.3",
"spinkit": "^1.2.5",
"style-loader": "^0.23.1",
"ts-helpers": "^1.1.2",
"tslint": "^5.18.0",
"tslint-loader": "^3.5.4",
"url-loader": "^2.0.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.5",
"webpack-dev-server": "^3.11.1",
"zone.js": "^0.9.1"
}
}