package.json
{
"name": "website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.58",
"axios": "^0.21.2",
"ga-4-react": "^0.1.281",
"js-priority-queue": "^0.1.5",
"material-ui-chip-input": "^2.0.0-beta.2",
"material-ui-popup-state": "^1.8.3",
"query-string": "^7.0.0",
"react": "^16.13.1",
"react-canvas-confetti": "^1.2.1",
"react-dom": "^16.13.1",
"react-github-btn": "^1.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.0",
"react-twitter-embed": "^3.0.3",
"sanitize-html": "^2.4.0",
"use-clipboard-copy": "^0.2.0",
"use-query-params": "^1.2.2",
"webfontloader": "^1.6.28"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:run:report": "cypress run && nyc report --reporter=lcov",
"cypress:ci": "start-server-and-test start http://localhost:3000 cypress:run",
"cypress:ci:report": "start-server-and-test start-coverage http://localhost:3000 cypress:run:report",
"coverage:report": "nyc report --reporter=lcov",
"start-coverage": "react-scripts -r @cypress/instrument-cra start",
"lint:cypress": "eslint 'cypress/**/*.js'",
"lint": "eslint 'src/**/*.js'",
"lint:fix": "eslint --fix src/**/*.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"@cypress/code-coverage": "^3.9.10",
"@cypress/instrument-cra": "^1.4.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"cypress": "^8.7.0",
"eslint": "^8.6.0",
"eslint-plugin-cypress": "^2.11.3",
"eslint-plugin-react": "^7.23.2",
"faker": "^5.5.3",
"istanbul-lib-coverage": "^3.0.0",
"nyc": "^15.1.0",
"start-server-and-test": "^1.13.1"
}
}