Skip to content

Commit

Permalink
change: dependency
Browse files Browse the repository at this point in the history
Co-authored-by: nAgI314 <kurosawasyunnagi@gmail.com>
  • Loading branch information
mint73 and nAgI314 committed Apr 9, 2024
1 parent c8a6a54 commit c6840b4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,34 @@
{
"homepage": "https://sell.suiranfes.blue",
"name": "quickr",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.12",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"jsqr": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-qr-reader": "^3.0.0-beta-1",
"react-scripts": "5.0.1",
"react-table": "^7.8.0",
"styled-components": "^5.3.0",
"typescript": "^4.1.2",
"web-vitals": "^2.1.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
Expand All @@ -35,5 +51,10 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-table": "^7.7.20",
"@types/styled-components": "^5.1.10",
"gh-pages": "^6.1.1"
}
}

0 comments on commit c6840b4

Please sign in to comment.