Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
made requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimsfd committed Oct 6, 2023
1 parent 54a1273 commit b0f5498
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 291 deletions.
69 changes: 31 additions & 38 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,59 +3,52 @@
"version": "0.1.0",
"private": true,
"devDependencies": {
"eslint": "8.49.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^4.0.1",
"prettier": "3.0.3",
"typescript": "5.2.2",
"@babel/core": "^7.16.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"web-vitals": "^2.1.4",
"@svgr/webpack": "^5.5.0",
"babel-jest": "^27.4.2",
"jest": "^27.4.3",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.3",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-minimizer-webpack-plugin": "^3.2.0",
"html-webpack-plugin": "^5.5.0",
"terser-webpack-plugin": "^5.2.5",
"webpack": "^5.64.4",
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"browserslist": "^4.18.1",
"@babel/core": "^7.16.0",
"babel-loader": "^8.2.3",
"babel-plugin-named-asset-import": "^0.3.8",
"babel-preset-react-app": "^10.0.1",
"bfj": "^7.0.2",
"browserslist": "^4.18.1",
"camelcase": "^6.2.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^6.5.1",
"postcss-loader": "^6.2.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "8.49.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^4.0.1",
"file-loader": "^6.2.0",
"sass-loader": "^12.3.0",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"resolve-url-loader": "^4.0.0",
"postcss": "^8.4.4",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.0.1",
"semver": "^7.3.5",
"resolve": "^1.20.0",
"camelcase": "^6.2.1",
"mini-css-extract-plugin": "^2.4.5",
"bfj": "^7.0.2",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7",
"jest-resolve": "^27.4.2",
"jest-watch-typeahead": "^1.0.0",
"mini-css-extract-plugin": "^2.4.5",
"prettier": "3.0.3",
"prompts": "^2.4.2",
"react-app-polyfill": "^3.0.0",
"react-dev-utils": "^12.0.1",
"react-refresh": "^0.11.0",
"tailwindcss": "^3.0.2"
"resolve": "^1.20.0",
"resolve-url-loader": "^4.0.0",
"semver": "^7.3.5",
"source-map-loader": "^3.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.2.5",
"typescript": "5.2.2",
"web-vitals": "^2.1.4",
"webpack": "^5.64.4",
"webpack-dev-server": "^4.6.0",
"webpack-manifest-plugin": "^4.0.2",
"workbox-webpack-plugin": "^6.4.1"
},
"scripts": {
"start": "node scripts/start.js",
Expand Down
Empty file added frontend/src/index.ts
Empty file.
Loading

0 comments on commit b0f5498

Please sign in to comment.