mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-18 15:42:54 +00:00
committed by
Rainer Killinger
parent
dd4be92f90
commit
42c7350c36
1041
package-lock.json
generated
1041
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
64
package.json
64
package.json
@@ -6,9 +6,13 @@
|
||||
"author": "André Bierlein <andre.mt.bierlein@gmail.com>",
|
||||
"contributors": [
|
||||
"Anselm Stordeur <anselmstordeur@gmail.com>",
|
||||
"Benjamin Joeckel",
|
||||
"Jovan Krunic <jovan.krunic@gmail.com>",
|
||||
"Karl-Philipp Wulfert <krlwlfrt@gmail.com>"
|
||||
"Benjamin Jöckel",
|
||||
"Jovan Krunić <jovan.krunic@gmail.com>",
|
||||
"Karl-Philipp Wulfert <krlwlfrt@gmail.com>",
|
||||
"Michel Jonathan Schmitz",
|
||||
"Rainer Killinger",
|
||||
"Sebastian Lange",
|
||||
"Wieland Schöbl"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "npm run tslint && npm run compile",
|
||||
@@ -16,52 +20,58 @@
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"documentation": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"start": "NODE_CONFIG_ENV=elasticsearch ALLOW_NO_TRANSPORT=true node ./lib/cli.js",
|
||||
"tslint": "tslint 'src/**/*.ts'"
|
||||
"tslint": "tslint -p tsconfig.json -c tslint.json 'src/**/*.ts'",
|
||||
"postversion": "npm run changelog",
|
||||
"prepublishOnly": "npm ci && npm run build",
|
||||
"preversion": "npm run prepublishOnly",
|
||||
"push": "git push && git push origin \"v$npm_package_version\""
|
||||
},
|
||||
"dependencies": {
|
||||
"@openstapps/core": "0.15.0",
|
||||
"@openstapps/core-tools": "0.5.1",
|
||||
"@openstapps/logger": "0.0.5",
|
||||
"config": "3.0.1",
|
||||
"@openstapps/core": "0.19.0",
|
||||
"@openstapps/core-tools": "0.6.0",
|
||||
"@openstapps/logger": "0.3.1",
|
||||
"@types/node": "10.12.27",
|
||||
"config": "3.1.0",
|
||||
"cors": "2.8.5",
|
||||
"elasticsearch": "15.4.1",
|
||||
"express": "4.16.4",
|
||||
"elasticsearch": "16.1.1",
|
||||
"express": "4.17.1",
|
||||
"express-promise-router": "3.0.3",
|
||||
"fs-extra": "7.0.1",
|
||||
"fs-extra": "8.0.1",
|
||||
"jsonschema": "1.2.4",
|
||||
"moment": "2.24.0",
|
||||
"morgan": "1.9.1",
|
||||
"node-cache": "4.2.0",
|
||||
"node-cron": "2.0.3",
|
||||
"pluralize": "7.0.0",
|
||||
"nodemailer": "6.2.1",
|
||||
"pluralize": "8.0.0",
|
||||
"promise-queue": "2.2.5",
|
||||
"request": "2.88.0",
|
||||
"semver": "5.6.0",
|
||||
"semver": "6.1.1",
|
||||
"sha1": "1.1.1",
|
||||
"ts-node": "8.0.2",
|
||||
"ts-node": "8.2.0",
|
||||
"uuid": "3.3.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@openstapps/configuration": "0.8.0",
|
||||
"@openstapps/configuration": "0.19.0",
|
||||
"@types/config": "0.0.34",
|
||||
"@types/cors": "2.8.4",
|
||||
"@types/elasticsearch": "5.0.31",
|
||||
"@types/express": "4.16.1",
|
||||
"@types/fs-extra": "5.0.5",
|
||||
"@types/cors": "2.8.5",
|
||||
"@types/elasticsearch": "5.0.33",
|
||||
"@types/express": "4.17.0",
|
||||
"@types/fs-extra": "7.0.0",
|
||||
"@types/morgan": "1.7.35",
|
||||
"@types/node": "10.12.27",
|
||||
"@types/node-cache": "4.1.3",
|
||||
"@types/node-cron": "2.0.1",
|
||||
"@types/nodemailer": "4.6.6",
|
||||
"@types/node-cron": "2.0.2",
|
||||
"@types/nodemailer": "6.2.0",
|
||||
"@types/promise-queue": "2.2.0",
|
||||
"@types/sha1": "1.1.1",
|
||||
"@types/sha1": "1.1.2",
|
||||
"@types/uuid": "3.4.4",
|
||||
"conventional-changelog-cli": "2.0.12",
|
||||
"get-port": "4.1.0",
|
||||
"conventional-changelog-cli": "2.0.21",
|
||||
"get-port": "5.0.0",
|
||||
"prepend-file-cli": "1.0.6",
|
||||
"rimraf": "2.6.3",
|
||||
"tslint": "5.17.0",
|
||||
"typedoc": "0.14.2",
|
||||
"typescript": "3.3.4000"
|
||||
"typescript": "3.5.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user