mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
Bumps [stripe](https://github.com/stripe/stripe-node) from 11.10.0 to 12.5.0. - [Release notes](https://github.com/stripe/stripe-node/releases) - [Changelog](https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md) - [Commits](https://github.com/stripe/stripe-node/compare/v11.10.0...v12.5.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
131 lines
4.6 KiB
JSON
131 lines
4.6 KiB
JSON
{
|
|
"name": "habitica",
|
|
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
|
"version": "4.270.0",
|
|
"main": "./website/server/index.js",
|
|
"dependencies": {
|
|
"@babel/core": "^7.21.4",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@babel/register": "^7.21.0",
|
|
"@google-cloud/trace-agent": "^7.1.2",
|
|
"@parse/node-apn": "^5.1.3",
|
|
"@slack/webhook": "^6.1.0",
|
|
"accepts": "^1.3.8",
|
|
"amazon-payments": "^0.2.9",
|
|
"amplitude": "^6.0.0",
|
|
"apidoc": "^0.54.0",
|
|
"apple-auth": "^1.0.9",
|
|
"bcrypt": "^5.1.0",
|
|
"body-parser": "^1.20.2",
|
|
"bootstrap": "^4.6.0",
|
|
"compression": "^1.7.4",
|
|
"cookie-session": "^2.0.0",
|
|
"coupon-code": "^0.4.5",
|
|
"csv-stringify": "^5.6.5",
|
|
"cwait": "^1.1.1",
|
|
"domain-middleware": "~0.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-habitrpg": "^6.2.0",
|
|
"eslint-plugin-mocha": "^5.0.0",
|
|
"express": "^4.18.2",
|
|
"express-basic-auth": "^1.2.1",
|
|
"express-validator": "^5.2.0",
|
|
"glob": "^8.1.0",
|
|
"got": "^11.8.3",
|
|
"gulp": "^4.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-imagemin": "^7.1.0",
|
|
"gulp-nodemon": "^2.5.0",
|
|
"gulp.spritesmith": "^6.13.0",
|
|
"habitica-markdown": "^3.0.0",
|
|
"helmet": "^4.6.0",
|
|
"image-size": "^1.0.2",
|
|
"in-app-purchase": "^1.11.3",
|
|
"js2xmlparser": "^5.0.0",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"jwks-rsa": "^2.1.5",
|
|
"lodash": "^4.17.21",
|
|
"merge-stream": "^2.0.0",
|
|
"method-override": "^3.0.0",
|
|
"moment": "^2.29.4",
|
|
"moment-recur": "^1.0.7",
|
|
"mongoose": "^5.13.7",
|
|
"morgan": "^1.10.0",
|
|
"nconf": "^0.12.0",
|
|
"node-gcm": "^1.0.5",
|
|
"on-headers": "^1.0.2",
|
|
"passport": "^0.5.0",
|
|
"passport-facebook": "^3.0.0",
|
|
"passport-google-oauth2": "^0.2.0",
|
|
"passport-google-oauth20": "2.0.0",
|
|
"paypal-rest-sdk": "^1.8.1",
|
|
"pp-ipn": "^1.1.0",
|
|
"ps-tree": "^1.0.0",
|
|
"rate-limiter-flexible": "^2.4.0",
|
|
"redis": "^3.1.2",
|
|
"regenerator-runtime": "^0.13.11",
|
|
"remove-markdown": "^0.5.0",
|
|
"rimraf": "^3.0.2",
|
|
"short-uuid": "^4.2.2",
|
|
"stripe": "^12.5.0",
|
|
"superagent": "^8.0.6",
|
|
"universal-analytics": "^0.5.3",
|
|
"useragent": "^2.1.9",
|
|
"uuid": "^9.0.0",
|
|
"validator": "^13.9.0",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"winston": "^3.8.2",
|
|
"winston-loggly-bulk": "^3.2.1",
|
|
"xml2js": "^0.5.0"
|
|
},
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^14",
|
|
"npm": "^6"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ext .js --fix . && cd website/client && npm run lint",
|
|
"lint-no-fix": "eslint --ext .js . && cd website/client && npm run lint-no-fix",
|
|
"test": "npm run lint && gulp test && gulp apidoc",
|
|
"test:build": "gulp test:prepare:build",
|
|
"test:api-v3": "gulp test:api-v3",
|
|
"test:api:unit": "gulp test:api:unit",
|
|
"test:api-v3:integration": "gulp test:api-v3:integration",
|
|
"test:api-v3:integration:separate-server": "NODE_ENV=test gulp test:api-v3:integration:separate-server",
|
|
"test:api-v4:integration": "gulp test:api-v4:integration",
|
|
"test:api-v4:integration:separate-server": "NODE_ENV=test gulp test:api-v4:integration:separate-server",
|
|
"test:sanity": "istanbul cover --dir coverage/sanity --report lcovonly node_modules/mocha/bin/_mocha -- test/sanity --recursive",
|
|
"test:common": "istanbul cover --dir coverage/common --report lcovonly node_modules/mocha/bin/_mocha -- test/common --recursive",
|
|
"test:content": "istanbul cover --dir coverage/content --report lcovonly node_modules/mocha/bin/_mocha -- test/content --recursive",
|
|
"test:nodemon": "gulp test:nodemon",
|
|
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html",
|
|
"sprites": "gulp sprites:compile",
|
|
"client:dev": "cd website/client && npm run serve",
|
|
"client:build": "cd website/client && npm run build",
|
|
"client:unit": "cd website/client && npm run test:unit",
|
|
"start": "gulp nodemon",
|
|
"debug": "gulp nodemon --inspect",
|
|
"mongo:dev": "run-rs -v 4.2.8 -l ubuntu1804 --keep --dbpath mongodb-data --number 1 --quiet",
|
|
"postinstall": "git config --global url.\"https://\".insteadOf git:// && gulp build && cd website/client && npm install",
|
|
"apidoc": "gulp apidoc"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "^1.3.6",
|
|
"chai": "^4.3.7",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chai-moment": "^0.1.0",
|
|
"chalk": "^5.2.0",
|
|
"cross-spawn": "^7.0.3",
|
|
"expect.js": "^0.3.1",
|
|
"istanbul": "^1.1.0-alpha.1",
|
|
"mocha": "^5.1.1",
|
|
"monk": "^7.3.4",
|
|
"require-again": "^2.0.0",
|
|
"run-rs": "^0.7.7",
|
|
"sinon": "^15.0.4",
|
|
"sinon-chai": "^3.7.0",
|
|
"sinon-stub-promise": "^4.0.0"
|
|
},
|
|
"optionalDependencies": {}
|
|
}
|