2023-02-26 15:34:45 +00:00
|
|
|
{
|
|
|
|
|
"name": "foldbank-next",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "next dev",
|
|
|
|
|
"build": "next build",
|
|
|
|
|
"start": "next start",
|
|
|
|
|
"lint": "next lint"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-03-10 14:07:00 +00:00
|
|
|
"@emotion/react": "^11.10.6",
|
|
|
|
|
"@emotion/styled": "^11.10.6",
|
|
|
|
|
"@mui/material": "^5.11.11",
|
|
|
|
|
"@mui/x-date-pickers": "^5.0.20",
|
2023-02-26 15:34:45 +00:00
|
|
|
"@types/node": "18.14.1",
|
|
|
|
|
"@types/react": "18.0.28",
|
|
|
|
|
"@types/react-dom": "18.0.11",
|
2023-03-10 14:07:00 +00:00
|
|
|
"chart.js": "^4.2.1",
|
|
|
|
|
"dayjs": "^1.11.7",
|
2023-02-26 15:34:45 +00:00
|
|
|
"eslint": "8.35.0",
|
|
|
|
|
"eslint-config-next": "13.2.1",
|
2023-03-13 12:01:24 +00:00
|
|
|
"next": "^13.2.4",
|
2023-02-26 15:34:45 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
|
"react-dom": "18.2.0",
|
2023-03-02 08:42:51 +00:00
|
|
|
"react-icons": "^4.7.1",
|
2023-03-22 11:18:37 +00:00
|
|
|
"swr": "^2.1.0",
|
2023-02-26 15:34:45 +00:00
|
|
|
"typescript": "4.9.5"
|
|
|
|
|
}
|
|
|
|
|
}
|