Skip to content

Commit

Permalink
change pnpm to yarn on frontend, upgrade packages, cleanup package files
Browse files Browse the repository at this point in the history
  • Loading branch information
dwu359 committed Oct 29, 2023
1 parent 3d1737f commit d4a8d56
Show file tree
Hide file tree
Showing 10 changed files with 4,578 additions and 12,617 deletions.
137 changes: 44 additions & 93 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,106 +1,57 @@
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"private": "true",
"description": "",
"scripts": {
"preinstall": "npx only-allow pnpm"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@codemirror/commands": "^6.1.1",
"@codemirror/lang-python": "^6.0.2",
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.9.3",
"@mui/x-data-grid": "^6.0.4",
"@reduxjs/toolkit": "^1.8.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.5.0",
"@types/crypto-js": "^4.1.1",
"@types/file-saver": "^2.0.5",
"@types/gestalt": "^101.0.0",
"@types/jest": "^29.5.0",
"@types/lodash.camelcase": "^4.3.7",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"@types/react-csv": "^1.1.3",
"@types/react-dom": "^18.0.11",
"@types/react-google-recaptcha": "^2.1.5",
"@types/react-plotly.js": "^2.6.0",
"@types/react-syntax-highlighter": "^15.5.6",
"@types/redux-mock-store": "^1.0.3",
"@types/styled-components": "^5.1.26",
"@uiw/react-codemirror": "^4.12.3",
"axios": "0.27.2",
"bootstrap": "^5.2.1",
"chart.js": "^4.2.1",
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.15",
"@mui/x-data-grid": "^6.17.0",
"@reduxjs/toolkit": "^1.9.7",
"@types/node": "^20.8.9",
"@types/plotly.js": "^2.12.29",
"@types/prop-types": "^15.7.9",
"@types/react": "^18.2.33",
"@types/react-google-recaptcha": "^2.1.7",
"@types/react-plotly.js": "^2.6.2",
"@types/react-syntax-highlighter": "^15.5.9",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.0",
"chartjs-adapter-date-fns": "^3.0.0",
"crypto-js": "^4.1.1",
"file-saver": "^2.0.5",
"firebase": "^9.9.3",
"gestalt": "^101.3.9",
"gestalt-datepicker": "^101.3.9",
"jszip": "^3.10.1",
"date-fns": "^2.30.0",
"firebase": "^10.5.2",
"gestalt": "^127.5.5",
"local-storage-fallback": "^4.1.2",
"lodash.camelcase": "^4.3.0",
"nanoid": "^5.0.1",
"next": "^13.2.4",
"next-redux-wrapper": "^8.1.0",
"openai": "^3.3.0",
"plotly.js": "^2.18.2",
"pretty-bytes": "^6.1.0",
"nanoid": "^5.0.2",
"next": "^14.0.0",
"openai": "^4.14.1",
"plotly.js": "^2.27.0",
"pretty-bytes": "^6.1.1",
"prop-types": "^15.8.1",
"rc-progress": "^3.4.0",
"react": "^18.1.0",
"react-bootstrap": "^2.5.0",
"react-calendly": "^4.1.1",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-calendly": "^4.3.0",
"react-chartjs-2": "^5.2.0",
"react-csv": "^2.2.2",
"react-data-table-component": "^7.5.2",
"react-dom": "^18.1.0",
"react-filerobot-image-editor": "^4.3.7",
"react-google-recaptcha": "^2.1.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.4.0",
"react-plotly.js": "^2.5.1",
"react-redux": "^8.0.4",
"react-select": "^5.3.2",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.47.0",
"react-plotly.js": "^2.6.0",
"react-redux": "^8.1.3",
"react-syntax-highlighter": "^15.5.0",
"react-toastify": "^9.0.7",
"reactflow": "^11.7.4",
"socket.io-client": "^4.5.1",
"styled-components": "^5.3.5",
"typescript": "^5.0.2",
"web-vitals": "^2.1.4",
"react-toastify": "^9.1.3",
"reactflow": "^11.9.4",
"styled-components": "^6.1.0",
"typescript": "^5.2.2",
"xlsx": "^0.18.5"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "react-scripts test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@types/redux-mock-store": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"eslint": "^8.36.0",
"eslint-plugin-react": "^7.32.2",
"redux-mock-store": "^1.5.4",
"ts-jest": "^29.0.5"
}
}
Loading

0 comments on commit d4a8d56

Please sign in to comment.