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-21 19:44:01 +08:00
|
|
|
"start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"nodemon ./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\"",
|
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-07-07 21:32:07 +08:00
|
|
|
"node": "14.17.3",
|
|
|
|
"npm": "7.19.1"
|
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",
|
|
|
|
"eslint-plugin-import": "^2.23.4",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^5.1.0",
|
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",
|
2021-06-30 01:55:59 +08:00
|
|
|
"gulp-sass": "^5.0.0",
|
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",
|
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-05-15 01:56:08 +08:00
|
|
|
"axios": "^0.21.1",
|
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-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",
|
2021-06-03 23:19:27 +08:00
|
|
|
"helmet": "^4.6.0",
|
2021-05-16 07:29:21 +08:00
|
|
|
"howler": "^2.2.1",
|
2021-06-07 00:32:37 +08:00
|
|
|
"mongodb": "^3.6.9",
|
2021-06-01 11:47:58 +08:00
|
|
|
"mongoose": "^5.12.12",
|
2021-07-10 05:17:19 +08:00
|
|
|
"node-fetch": "^2.6.1",
|
2021-06-01 11:47:58 +08:00
|
|
|
"nodemon": "^2.0.7",
|
2021-08-28 02:10:39 +08:00
|
|
|
"object-hash": "^2.2.0",
|
2021-06-07 00:32:37 +08:00
|
|
|
"path": "^0.12.7",
|
2021-06-07 01:26:12 +08:00
|
|
|
"tinycolor2": "^1.4.2",
|
|
|
|
"uuid": "^8.3.2"
|
2020-10-27 09:54:17 +08:00
|
|
|
}
|
|
|
|
}
|