2020-10-27 09:54:17 +08:00
|
|
|
{
|
|
|
|
"name": "monkeytype",
|
2020-11-04 08:48:33 +08:00
|
|
|
"version": "1.5.6",
|
2020-10-27 11:08:16 +08:00
|
|
|
"license": "GPL-3.0",
|
2020-11-02 19:35:22 +08:00
|
|
|
"private": true,
|
2020-10-27 09:54:17 +08:00
|
|
|
"scripts": {
|
2020-11-03 09:43:42 +08:00
|
|
|
"build": "npx gulp build",
|
2021-08-28 07:07:03 +08:00
|
|
|
"start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"nodemon --watch ./backend ./backend/server.js\" \"firebase serve --only hosting\"",
|
2021-08-22 07:37:19 +08:00
|
|
|
"start:dev:nodb": "npm run build && concurrently --kill-others \"npx gulp watch\" \"firebase serve --only hosting\"",
|
2022-02-01 05:47:58 +08:00
|
|
|
"start:dev:nofe": "nodemon --watch ./backend ./backend/server.js",
|
2021-08-21 19:44:01 +08:00
|
|
|
"deploy:live": "npm run build && firebase deploy -P live --only hosting"
|
2020-10-27 09:54:17 +08:00
|
|
|
},
|
2020-12-05 22:50:33 +08:00
|
|
|
"engines": {
|
2021-10-14 03:25:10 +08:00
|
|
|
"node": "14.18.1",
|
|
|
|
"npm": "6.14.15"
|
2020-12-05 22:50:33 +08:00
|
|
|
},
|
2020-10-27 09:59:02 +08:00
|
|
|
"devDependencies": {
|
2020-11-13 15:12:53 +08:00
|
|
|
"@babel/core": "^7.12.3",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.12.1",
|
|
|
|
"@babel/preset-env": "^7.12.1",
|
2020-11-03 09:13:09 +08:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-11-13 15:12:53 +08:00
|
|
|
"babelify": "^10.0.0",
|
|
|
|
"browserify": "^17.0.0",
|
2020-11-02 14:25:25 +08:00
|
|
|
"concurrently": "^5.3.0",
|
2020-11-02 14:53:20 +08:00
|
|
|
"dart-sass": "^1.25.0",
|
2020-11-02 14:25:25 +08:00
|
|
|
"del": "^6.0.0",
|
2021-06-13 00:51:15 +08:00
|
|
|
"eslint": "^7.28.0",
|
|
|
|
"eslint-config-standard": "^16.0.3",
|
2021-10-10 23:22:34 +08:00
|
|
|
"eslint-formatter-github": "^1.0.11",
|
2021-06-13 00:51:15 +08:00
|
|
|
"eslint-plugin-import": "^2.23.4",
|
2021-10-14 03:25:10 +08:00
|
|
|
"eslint-plugin-json": "^2.1.2",
|
2021-06-13 00:51:15 +08:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^5.1.0",
|
2022-02-07 07:25:13 +08:00
|
|
|
"eslint-plugin-require-path-exists": "^1.1.9",
|
2020-11-02 14:25:25 +08:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-concat": "^2.6.1",
|
2020-11-03 09:13:09 +08:00
|
|
|
"gulp-eslint": "^6.0.0",
|
2022-02-07 07:25:13 +08:00
|
|
|
"gulp-eslint-new": "^1.3.0",
|
2021-06-30 01:55:59 +08:00
|
|
|
"gulp-sass": "^5.0.0",
|
2022-01-30 04:00:08 +08:00
|
|
|
"gulp-uglify": "^3.0.2",
|
2020-10-27 09:59:02 +08:00
|
|
|
"husky": "^4.3.0",
|
|
|
|
"prettier": "2.1.2",
|
2020-11-02 14:25:25 +08:00
|
|
|
"pretty-quick": "^3.1.0",
|
2022-02-01 20:34:05 +08:00
|
|
|
"through2": "^4.0.2",
|
2020-11-13 15:12:53 +08:00
|
|
|
"vinyl-buffer": "^1.0.1",
|
|
|
|
"vinyl-paths": "^3.0.1",
|
|
|
|
"vinyl-source-stream": "^2.0.0"
|
2020-10-27 09:59:02 +08:00
|
|
|
},
|
|
|
|
"husky": {
|
|
|
|
"hooks": {
|
|
|
|
"pre-commit": "pretty-quick --staged"
|
|
|
|
}
|
2020-11-13 15:12:53 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-11-13 15:54:38 +08:00
|
|
|
"@babel/runtime": "^7.12.5",
|
2021-09-09 05:48:58 +08:00
|
|
|
"axios": "^0.21.2",
|
2020-11-13 15:54:38 +08:00
|
|
|
"chart.js": "^2.9.4",
|
|
|
|
"chartjs-plugin-annotation": "^0.5.7",
|
2021-05-09 05:23:36 +08:00
|
|
|
"chartjs-plugin-trendline": "^0.2.2",
|
2021-06-01 11:47:58 +08:00
|
|
|
"cors": "^2.8.5",
|
2021-09-10 06:38:42 +08:00
|
|
|
"cron": "^1.8.2",
|
2021-08-26 21:27:45 +08:00
|
|
|
"dom-to-image": "^2.6.0",
|
2021-06-07 00:32:37 +08:00
|
|
|
"dotenv": "^10.0.0",
|
2021-05-15 01:56:08 +08:00
|
|
|
"express": "^4.17.1",
|
2021-08-28 04:40:38 +08:00
|
|
|
"express-rate-limit": "^5.3.0",
|
2021-08-03 21:19:55 +08:00
|
|
|
"firebase-admin": "^9.11.0",
|
2022-01-16 03:34:42 +08:00
|
|
|
"gulp-replace": "^1.1.3",
|
2021-06-03 23:19:27 +08:00
|
|
|
"helmet": "^4.6.0",
|
2021-05-16 07:29:21 +08:00
|
|
|
"howler": "^2.2.1",
|
2022-01-30 05:03:02 +08:00
|
|
|
"joi": "^17.6.0",
|
2022-02-01 05:47:58 +08:00
|
|
|
"lodash": "4.17.21",
|
Quote submission (#1984)
* added new-quotes get and add routes
* added new-quotes/approve route to api
* Added front-end for quote submission
* fix language typo, force lowercase language
* Check for duplicate quote
* added unknown language handling to quote-submit
* npm i
* npm i
* language dropdown instead of input field
* mouse down instead click
* styling changes
* moved quotemod check to the controller,
added refuse endpoint,
added ability to approve and edit
* limiting quotes
* added log to quote approve
* added approve quotes button
* typo
* using the correct function, lowered limit
* added quote approve popup
* getting quotes and showing them
* error checking
* error checking
* removed console log
* stylng changes,
added refresh list button
* added disabled class
* styling changes
* handling button clicks
showing langauge and timestamp
* check if user is a quote mod
* approve button handling
* handling quote edit
* showing short quotes in red
* post, not get
* not parsing quote id to int
* parsing to objectid
* updated styling
* fixed lint warnings
* fixed up new quotes dao
* showing loader
* calling function correctly
* typo fix
* fixed wrong path,
fix broken newid,
saving file when file exists,
searching for the quote correctly when attempting to delete
* showing message
* blocking buttons and inputs when waiting for response,
unlocking after response
* deleted workflow
Co-authored-by: lukew3 <lukew25073@gmail.com>
2021-10-11 05:46:35 +08:00
|
|
|
"moment-timezone": "^0.5.33",
|
2021-06-07 00:32:37 +08:00
|
|
|
"mongodb": "^3.6.9",
|
2022-01-27 03:44:31 +08:00
|
|
|
"node-fetch": "^2.6.7",
|
2022-02-01 20:13:59 +08:00
|
|
|
"node-object-hash": "^2.3.10",
|
2021-06-01 11:47:58 +08:00
|
|
|
"nodemon": "^2.0.7",
|
2021-06-07 00:32:37 +08:00
|
|
|
"path": "^0.12.7",
|
Quote submission (#1984)
* added new-quotes get and add routes
* added new-quotes/approve route to api
* Added front-end for quote submission
* fix language typo, force lowercase language
* Check for duplicate quote
* added unknown language handling to quote-submit
* npm i
* npm i
* language dropdown instead of input field
* mouse down instead click
* styling changes
* moved quotemod check to the controller,
added refuse endpoint,
added ability to approve and edit
* limiting quotes
* added log to quote approve
* added approve quotes button
* typo
* using the correct function, lowered limit
* added quote approve popup
* getting quotes and showing them
* error checking
* error checking
* removed console log
* stylng changes,
added refresh list button
* added disabled class
* styling changes
* handling button clicks
showing langauge and timestamp
* check if user is a quote mod
* approve button handling
* handling quote edit
* showing short quotes in red
* post, not get
* not parsing quote id to int
* parsing to objectid
* updated styling
* fixed lint warnings
* fixed up new quotes dao
* showing loader
* calling function correctly
* typo fix
* fixed wrong path,
fix broken newid,
saving file when file exists,
searching for the quote correctly when attempting to delete
* showing message
* blocking buttons and inputs when waiting for response,
unlocking after response
* deleted workflow
Co-authored-by: lukew3 <lukew25073@gmail.com>
2021-10-11 05:46:35 +08:00
|
|
|
"simple-git": "^2.45.1",
|
|
|
|
"string-similarity": "^4.0.4",
|
2021-06-07 01:26:12 +08:00
|
|
|
"tinycolor2": "^1.4.2",
|
2021-09-25 20:49:46 +08:00
|
|
|
"ua-parser-js": "^0.7.28",
|
2022-01-04 19:30:08 +08:00
|
|
|
"uuid": "^8.3.2"
|
2020-10-27 09:54:17 +08:00
|
|
|
}
|
|
|
|
}
|