mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 21:57:22 +01:00
119 lines
4.0 KiB
JSON
119 lines
4.0 KiB
JSON
{
|
|
"name": "habitica",
|
|
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
|
"version": "4.116.3",
|
|
"main": "./website/server/index.js",
|
|
"dependencies": {
|
|
"@google-cloud/trace-agent": "^4.0.0",
|
|
"@slack/client": "^3.8.1",
|
|
"accepts": "^1.3.5",
|
|
"amazon-payments": "^0.2.7",
|
|
"amplitude": "^3.5.0",
|
|
"apidoc": "^0.17.5",
|
|
"apn": "^2.2.0",
|
|
"aws-sdk": "^2.432.0",
|
|
"bcrypt": "^3.0.6",
|
|
"body-parser": "^1.18.3",
|
|
"compression": "^1.7.4",
|
|
"cookie-session": "^1.3.3",
|
|
"coupon-code": "^0.4.5",
|
|
"csv-stringify": "^5.1.0",
|
|
"cwait": "^1.1.1",
|
|
"domain-middleware": "~0.1.0",
|
|
"express": "^4.16.3",
|
|
"express-basic-auth": "^1.1.5",
|
|
"express-validator": "^5.2.0",
|
|
"glob": "^7.1.2",
|
|
"got": "^9.0.0",
|
|
"gulp": "^4.0.0",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-imagemin": "^6.0.0",
|
|
"gulp-nodemon": "^2.4.1",
|
|
"gulp.spritesmith": "^6.9.0",
|
|
"habitica-markdown": "^1.3.0",
|
|
"helmet": "^3.21.0",
|
|
"image-size": "^0.8.0",
|
|
"in-app-purchase": "^1.11.3",
|
|
"js2xmlparser": "^4.0.0",
|
|
"lodash": "^4.17.15",
|
|
"merge-stream": "^2.0.0",
|
|
"method-override": "^3.0.0",
|
|
"moment": "^2.24.0",
|
|
"moment-recur": "^1.0.7",
|
|
"mongoose": "^5.6.9",
|
|
"morgan": "^1.7.0",
|
|
"nconf": "^0.10.0",
|
|
"node-gcm": "^1.0.2",
|
|
"pageres": "^5.1.0",
|
|
"passport": "^0.4.0",
|
|
"passport-facebook": "^3.0.0",
|
|
"passport-google-oauth2": "^0.2.0",
|
|
"passport-google-oauth20": "1.0.0",
|
|
"paypal-ipn": "3.0.0",
|
|
"paypal-rest-sdk": "^1.8.1",
|
|
"ps-tree": "^1.0.0",
|
|
"regenerator-runtime": "^0.13.3",
|
|
"rimraf": "^2.4.3",
|
|
"short-uuid": "^3.0.0",
|
|
"stripe": "^7.9.0",
|
|
"superagent": "^5.0.2",
|
|
"universal-analytics": "^0.4.17",
|
|
"useragent": "^2.1.9",
|
|
"uuid": "^3.3.3",
|
|
"validator": "^11.0.0",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"winston": "^2.4.3",
|
|
"winston-loggly-bulk": "^2.0.2",
|
|
"xml2js": "^0.4.4"
|
|
},
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^12",
|
|
"npm": "^6"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint --ext .js --fix ./website/server",
|
|
"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",
|
|
"postinstall": "gulp build",
|
|
"apidoc": "gulp apidoc"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/preset-env": "^7.6.2",
|
|
"@babel/register": "^7.6.2",
|
|
"axios": "^0.19.0",
|
|
"chai": "^4.1.2",
|
|
"chai-as-promised": "^7.1.1",
|
|
"chalk": "^2.4.1",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-habitrpg": "^6.0.7",
|
|
"eslint-plugin-mocha": "^5.0.0",
|
|
"expect.js": "^0.3.1",
|
|
"istanbul": "^1.1.0-alpha.1",
|
|
"mocha": "^5.1.1",
|
|
"monk": "^6.0.6",
|
|
"require-again": "^2.0.0",
|
|
"sinon": "^7.2.4",
|
|
"sinon-chai": "^3.0.0",
|
|
"sinon-stub-promise": "^4.0.0"
|
|
},
|
|
"optionalDependencies": {}
|
|
}
|