2022-02-09 03:33:41 +08:00
|
|
|
{
|
|
|
|
"name": "monkeytype-frontend",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-02-13 04:02:29 +08:00
|
|
|
"dep-graph": "madge -c -i \"dep-graph.png\" ./src/scripts",
|
2022-02-09 03:33:41 +08:00
|
|
|
"build": "npx gulp build",
|
2022-02-12 21:47:36 +08:00
|
|
|
"build:live": "npx gulp build-production",
|
2022-02-13 04:02:29 +08:00
|
|
|
"build:webpack": "webpack --config webpack.config.js",
|
2022-02-09 03:33:41 +08:00
|
|
|
"start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"firebase serve --only hosting\"",
|
2022-02-11 19:46:19 +08:00
|
|
|
"deploy:live": "npm run build:live && firebase deploy -P live --only hosting"
|
2022-02-09 03:33:41 +08:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"npm": "8.1.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-12 21:47:36 +08:00
|
|
|
"@babel/core": "^7.17.2",
|
|
|
|
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
|
|
"@babel/preset-env": "^7.16.11",
|
|
|
|
"babel-loader": "^8.2.3",
|
|
|
|
"buffer": "^6.0.3",
|
2022-02-13 04:02:29 +08:00
|
|
|
"circular-dependency-plugin": "5.2.2",
|
2022-02-09 03:33:41 +08:00
|
|
|
"dart-sass": "^1.25.0",
|
|
|
|
"del": "^6.0.0",
|
2022-02-12 21:47:36 +08:00
|
|
|
"eslint-webpack-plugin": "^3.1.1",
|
2022-02-09 03:33:41 +08:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-eslint-new": "^1.3.0",
|
|
|
|
"gulp-sass": "^5.0.0",
|
2022-02-12 21:47:36 +08:00
|
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
2022-02-13 04:02:29 +08:00
|
|
|
"madge": "5.0.1",
|
2022-02-12 23:53:00 +08:00
|
|
|
"moment": "^2.29.1",
|
2022-02-12 21:47:36 +08:00
|
|
|
"stream-browserify": "^3.0.0",
|
2022-02-09 03:33:41 +08:00
|
|
|
"through2": "^4.0.2",
|
2022-02-12 23:33:39 +08:00
|
|
|
"ts-loader": "9.2.6",
|
2022-02-12 02:02:21 +08:00
|
|
|
"tsify": "^5.0.4",
|
2022-02-12 21:47:36 +08:00
|
|
|
"typescript": "^4.5.5",
|
2022-02-09 03:33:41 +08:00
|
|
|
"vinyl-buffer": "^1.0.1",
|
|
|
|
"vinyl-paths": "^3.0.1",
|
2022-02-13 04:02:29 +08:00
|
|
|
"webpack": "^5.68.0",
|
|
|
|
"webpack-cli": "4.9.2"
|
2022-02-09 03:33:41 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.21.2",
|
|
|
|
"chart.js": "^2.9.4",
|
|
|
|
"chartjs-plugin-annotation": "^0.5.7",
|
|
|
|
"chartjs-plugin-trendline": "^0.2.2",
|
2022-02-12 21:47:36 +08:00
|
|
|
"crypto-browserify": "^3.12.0",
|
2022-02-09 03:33:41 +08:00
|
|
|
"dom-to-image": "^2.6.0",
|
|
|
|
"gulp-replace": "^1.1.3",
|
|
|
|
"howler": "^2.2.1",
|
|
|
|
"moment-timezone": "^0.5.33",
|
|
|
|
"node-object-hash": "2.3.10",
|
|
|
|
"tinycolor2": "^1.4.2"
|
|
|
|
}
|
|
|
|
}
|