mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"name": "notifications-sharelatex",
|
|
"version": "0.0.1",
|
|
"description": "An API to handle user notifications",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "node $NODE_APP_OPTIONS app.js",
|
|
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
|
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
|
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js",
|
|
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
|
"nodemon": "nodemon --config nodemon.json",
|
|
"lint": "node_modules/.bin/eslint .",
|
|
"format": "node_modules/.bin/prettier-eslint $PWD'/**/*.js' --list-different",
|
|
"format:fix": "node_modules/.bin/prettier-eslint $PWD'/**/*.js' --write"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"async": "^2.6.3",
|
|
"coffee-script": "^1.12.7",
|
|
"express": "3.1.0",
|
|
"logger-sharelatex": "^1.9.1",
|
|
"metrics-sharelatex": "^2.6.2",
|
|
"mongojs": "^2.4.0",
|
|
"node-statsd": "0.1.1",
|
|
"request": "^2.88.2",
|
|
"settings-sharelatex": "^1.1.0",
|
|
"underscore": "1.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^10.1.0",
|
|
"bunyan": "^1.8.12",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-prettier": "^6.10.1",
|
|
"eslint-config-standard": "^14.1.1",
|
|
"eslint-config-standard-jsx": "^8.1.0",
|
|
"eslint-config-standard-react": "^9.2.0",
|
|
"eslint-plugin-chai-expect": "^2.1.0",
|
|
"eslint-plugin-chai-friendly": "^0.5.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-mocha": "^6.3.0",
|
|
"eslint-plugin-node": "^11.0.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"mocha": "^7.1.1",
|
|
"prettier": "^2.0.2",
|
|
"prettier-eslint-cli": "^5.0.0",
|
|
"sandboxed-module": "^2.0.3",
|
|
"sinon": "^9.0.1"
|
|
}
|
|
}
|