monkeytype/package.json
Miodec 79c5b432fc moved eslint to root directory
using file eslint config
keeping folder structure when moving to dist/gen
updated some imports
2022-02-07 18:47:24 +01:00

85 lines
2.5 KiB
JSON

{
"name": "monkeytype",
"version": "1.5.6",
"license": "GPL-3.0",
"private": true,
"scripts": {
"build": "npx gulp build",
"start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"nodemon --watch ./backend ./backend/server.js\" \"firebase serve --only hosting\"",
"start:dev:nodb": "npm run build && concurrently --kill-others \"npx gulp watch\" \"firebase serve --only hosting\"",
"start:dev:nofe": "nodemon --watch ./backend ./backend/server.js",
"deploy:live": "npm run build && firebase deploy -P live --only hosting"
},
"engines": {
"node": "14.18.1",
"npm": "6.14.15"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-eslint": "^10.1.0",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"concurrently": "^5.3.0",
"dart-sass": "^1.25.0",
"del": "^6.0.0",
"eslint": "^7.28.0",
"eslint-config-standard": "^16.0.3",
"eslint-formatter-github": "^1.0.11",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-require-path-exists": "^1.1.9",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-eslint-new": "^1.3.0",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^3.0.2",
"husky": "^4.3.0",
"prettier": "2.1.2",
"pretty-quick": "^3.1.0",
"through2": "^4.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-paths": "^3.0.1",
"vinyl-source-stream": "^2.0.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"axios": "^0.21.2",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"chartjs-plugin-trendline": "^0.2.2",
"cors": "^2.8.5",
"cron": "^1.8.2",
"dom-to-image": "^2.6.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-rate-limit": "^5.3.0",
"firebase-admin": "^9.11.0",
"gulp-replace": "^1.1.3",
"helmet": "^4.6.0",
"howler": "^2.2.1",
"joi": "^17.6.0",
"lodash": "4.17.21",
"moment-timezone": "^0.5.33",
"mongodb": "^3.6.9",
"node-fetch": "^2.6.7",
"node-object-hash": "^2.3.10",
"nodemon": "^2.0.7",
"path": "^0.12.7",
"simple-git": "^2.45.1",
"string-similarity": "^4.0.4",
"tinycolor2": "^1.4.2",
"ua-parser-js": "^0.7.28",
"uuid": "^8.3.2"
}
}