monkeytype/frontend/package.json
Jack fe668e4811
Moved firebase to new modular version 9 sdk (#2727)
* using modular sdk

* removing last script

* replacing more code

* unused code

* removed unused code

* removed unused code

* importing auth

* using analytics controller

* importing auth and analytics

* importing auth

* updated git ignore

* fixed path

* removed live config from gitignore

* added error message when failing to initialize firebase

* added live config
using live config when building production

* removed unused code

* fixed incorrect function use

* added example config

* added a step to the contributing guide

* optional steps

* fixed path

* using example in source code so that github actions dont cry like little babies

* using function correctly

* using function correctly

* ignoring live

* removed

* added action webpack config

* bruce said "no-no"

This reverts commit 0a1e5e1660.

* Fix

* Add ignore

* updated instructions

* using correct functions

* using correct function

* missing parameter

* using correct function

* using correct function

* removed ts ignores

* using new functions

* removed refresh

* using new functions

* merge fix

* fixed merge

* regenereated lockfile

* using correct function

* defaulting to the email thats already entered

* moved lines

Co-authored-by: Bruception <bberr022@fiu.edu>
2022-03-19 12:33:25 +01:00

69 lines
2.1 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",
"start:dev": "concurrently \"npm run build\" \"firebase serve --only hosting\" \"npx gulp watch\"",
"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/damerau-levenshtein": "1.0.0",
"@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",
"copy-webpack-plugin": "10.2.4",
"css-loader": "6.7.1",
"css-minimizer-webpack-plugin": "3.4.1",
"eslint-webpack-plugin": "3.1.1",
"grecaptcha": "^1.0.3",
"gulp": "^4.0.2",
"gulp-eslint-new": "^1.3.0",
"gulp-sass": "^5.0.0",
"html-minimizer-webpack-plugin": "3.5.0",
"json-minimizer-webpack-plugin": "3.3.0",
"madge": "5.0.1",
"mini-css-extract-plugin": "2.6.0",
"sass": "1.49.9",
"sass-loader": "12.6.0",
"stream-browserify": "^3.0.0",
"string-replace-loader": "3.1.0",
"ts-loader": "9.2.6",
"vinyl-paths": "^3.0.1",
"webpack": "^5.68.0",
"webpack-cli": "4.9.2",
"webpack-merge": "5.8.0"
},
"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",
"damerau-levenshtein": "1.0.8",
"date-fns": "2.28.0",
"firebase": "9.6.0",
"howler": "^2.2.1",
"html2canvas": "1.4.1",
"node-object-hash": "2.3.10",
"stemmer": "2.0.0",
"tinycolor2": "^1.4.2"
}
}