|
|
@@ -7,13 +7,9 @@
|
|
|
"url": "https://github.com/sharelatex/chat-sharelatex.git"
|
|
|
},
|
|
|
"scripts": {
|
|
|
- "compile:app": "coffee -o app/js -c app/coffee && coffee -c app.coffee",
|
|
|
"start": "node $NODE_APP_OPTIONS app.js",
|
|
|
"test:acceptance": "npm run test:acceptance:_run -- --grep=$MOCHA_GREP",
|
|
|
"test:unit": "npm run test:unit:_run -- --grep=$MOCHA_GREP",
|
|
|
- "compile:unit_tests": "[ -e test/unit ] && coffee -o test/unit/js -c test/unit/coffee || echo 'No unit tests to compile'",
|
|
|
- "compile:acceptance_tests": "[ -e test/acceptance ] && coffee -o test/acceptance/js -c test/acceptance/coffee || echo 'No acceptance tests to compile'",
|
|
|
- "compile:all": "npm run compile:app && npm run compile:unit_tests && npm run compile:acceptance_tests",
|
|
|
"nodemon": "nodemon --config nodemon.json",
|
|
|
"test:acceptance:_run": "mocha --recursive --reporter spec --timeout 15000 --exit $@ test/acceptance/js",
|
|
|
"test:unit:_run": "mocha --recursive --reporter spec $@ test/unit/js",
|
|
|
@@ -21,20 +17,20 @@
|
|
|
},
|
|
|
"dependencies": {
|
|
|
"async": "0.2.9",
|
|
|
- "coffee-script": "~1.7.1",
|
|
|
"express": "3.3.1",
|
|
|
- "logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
|
|
|
- "metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.7.1",
|
|
|
+ "logger-sharelatex": "^1.6.0",
|
|
|
+ "metrics-sharelatex": "^2.1.1",
|
|
|
"mongojs": "2.4.0",
|
|
|
"redis": "~0.10.1",
|
|
|
"request": "^2.79.0",
|
|
|
- "settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#v1.1.0",
|
|
|
+ "settings-sharelatex": "^1.1.0",
|
|
|
"v8-profiler": "^5.6.5"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
+ "ajv": "^5.5.2",
|
|
|
"bunyan": "^1.0.0",
|
|
|
"chai": "",
|
|
|
- "eslint": "^5.10.0",
|
|
|
+ "eslint": "^5.11.1",
|
|
|
"eslint-config-prettier": "^3.3.0",
|
|
|
"eslint-config-standard": "^12.0.0",
|
|
|
"eslint-config-standard-jsx": "^6.0.2",
|
|
|
@@ -45,22 +41,10 @@
|
|
|
"eslint-plugin-jsx-a11y": "^6.1.2",
|
|
|
"eslint-plugin-mocha": "^5.2.0",
|
|
|
"eslint-plugin-node": "^8.0.0",
|
|
|
- "eslint-plugin-prettier": "^3.0.0",
|
|
|
+ "eslint-plugin-prettier": "^3.0.1",
|
|
|
"eslint-plugin-promise": "^4.0.1",
|
|
|
- "eslint-plugin-react": "^7.11.1",
|
|
|
+ "eslint-plugin-react": "^7.12.2",
|
|
|
"eslint-plugin-standard": "^4.0.0",
|
|
|
- "grunt": "~0.4.1",
|
|
|
- "grunt-bunyan": "^0.5.0",
|
|
|
- "grunt-concurrent": "~0.4.2",
|
|
|
- "grunt-contrib-clean": "~0.5.0",
|
|
|
- "grunt-contrib-coffee": "~0.7.0",
|
|
|
- "grunt-contrib-watch": "~0.5.3",
|
|
|
- "grunt-execute": "^0.2.2",
|
|
|
- "grunt-forever": "^0.4.7",
|
|
|
- "grunt-mocha-test": "~0.8.0",
|
|
|
- "grunt-nodemon": "~0.1.2",
|
|
|
- "grunt-notify": "~0.2.16",
|
|
|
- "grunt-plato": "~0.2.1",
|
|
|
"mocha": "^4.1.0",
|
|
|
"nodemon": "^1.14.11",
|
|
|
"prettier-eslint-cli": "^4.7.1",
|