Reports test

This commit is contained in:
cracklesparkle
2024-07-04 15:18:06 +09:00
parent 2c71e4f6af
commit 261196afef
17 changed files with 3390 additions and 172 deletions

View File

@ -11,6 +11,7 @@
},
"dependencies": {
"-": "^0.0.1",
"@cyntler/react-doc-viewer": "^1.16.5",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
@ -20,6 +21,7 @@
"@tanstack/react-query": "^5.45.1",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"file-type": "^19.0.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@ -41,6 +43,7 @@
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vite-plugin-pwa": "^0.20.0"
}
}