mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 18:03:30 +08:00
fdabc4325a
* add funbox.ts
* add layout-emulator.ts
* add manual-restart-tracker.ts
* add monkey.ts
* add out-of-focus.ts
* add pace-caret.ts
* add pb-crown.ts
* add poetry.ts
* add practise-words.ts
* add replay.ts
* add test-timer.ts
* add timer-progress.ts
* add today-tracker.ts
* add tts.ts
* add weak-spot.ts and wordset.ts
* add wikipedia.ts
* fixes
* add shift-tracker.ts; please help me
* add result.ts
* add test-ui.ts
* add what I got
* Revert "add what I got"
This reverts commit 6c6b3d8b4b
.
* fix
* merge or something
67 lines
2 KiB
JSON
67 lines
2 KiB
JSON
{
|
|
"name": "monkeytype-frontend",
|
|
"version": "1.0.0",
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dep-graph": "madge -c -i \"dep-graph.png\" ./src/scripts",
|
|
"build": "npx gulp build",
|
|
"build:live": "npx gulp build-production",
|
|
"build:webpack": "webpack --config webpack.config.js",
|
|
"start:dev": "npm run build && concurrently --kill-others \"npx gulp watch\" \"firebase serve --only hosting\"",
|
|
"deploy:live": "npm run build:live && firebase deploy -P live --only hosting",
|
|
"tsc": "tsc"
|
|
},
|
|
"engines": {
|
|
"npm": "8.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"@types/grecaptcha": "^3.0.3",
|
|
"@types/howler": "^2.2.5",
|
|
"@types/jquery": "^3.5.13",
|
|
"@types/select2": "^4.0.55",
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"babel-loader": "^8.2.3",
|
|
"buffer": "^6.0.3",
|
|
"circular-dependency-plugin": "5.2.2",
|
|
"dart-sass": "^1.25.0",
|
|
"del": "^6.0.0",
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
"grecaptcha": "^1.0.3",
|
|
"gulp": "^4.0.2",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-eslint-new": "^1.3.0",
|
|
"gulp-sass": "^5.0.0",
|
|
"gulp-typescript": "^6.0.0-alpha.1",
|
|
"html2canvas": "^1.4.1",
|
|
"madge": "5.0.1",
|
|
"moment": "^2.29.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"through2": "^4.0.2",
|
|
"ts-loader": "9.2.6",
|
|
"tsify": "^5.0.4",
|
|
"typescript": "^4.5.5",
|
|
"vinyl-buffer": "^1.0.1",
|
|
"vinyl-paths": "^3.0.1",
|
|
"webpack": "^5.68.0",
|
|
"webpack-cli": "4.9.2"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.2",
|
|
"chart.js": "^2.9.4",
|
|
"chartjs-plugin-annotation": "^0.5.7",
|
|
"chartjs-plugin-trendline": "^0.2.2",
|
|
"crypto-browserify": "^3.12.0",
|
|
"dom-to-image": "^2.6.0",
|
|
"firebase": "^8.4.2",
|
|
"gulp-replace": "^1.1.3",
|
|
"howler": "^2.2.1",
|
|
"moment-timezone": "^0.5.33",
|
|
"node-object-hash": "2.3.10",
|
|
"tinycolor2": "^1.4.2"
|
|
}
|
|
}
|