2023-12-01 19:56:14 +00:00
|
|
|
{
|
2023-12-02 02:41:01 +00:00
|
|
|
"name": "boardwise",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"dependencies": {
|
2023-12-04 13:42:32 +00:00
|
|
|
"@mui/base": "^5.0.0-beta.25",
|
2023-12-05 22:32:30 +00:00
|
|
|
"@popperjs/core": "^2.11.8",
|
2023-12-04 20:35:01 +00:00
|
|
|
"@tanstack/react-query": "^5.12.2",
|
|
|
|
"axios": "^1.6.2",
|
2023-12-02 14:21:05 +00:00
|
|
|
"clsx": "^2.0.0",
|
2023-12-03 22:54:18 +00:00
|
|
|
"framer-motion": "^10.16.12",
|
2023-12-02 02:41:01 +00:00
|
|
|
"react": "^18.2.0",
|
2023-12-02 15:00:42 +00:00
|
|
|
"react-dom": "^18.2.0",
|
2023-12-04 23:04:30 +00:00
|
|
|
"react-hook-form": "^7.48.2",
|
2023-12-02 15:00:42 +00:00
|
|
|
"react-router-dom": "^6.20.1"
|
2023-12-02 02:41:01 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "^18.2.40",
|
|
|
|
"@types/react-dom": "^18.2.17",
|
2023-12-04 13:06:54 +00:00
|
|
|
"@types/react-router-dom": "^5.3.3"
|
2023-12-02 02:41:01 +00:00
|
|
|
},
|
|
|
|
"private": true
|
2023-12-01 19:56:14 +00:00
|
|
|
}
|