test cicd

This commit is contained in:
2025-04-02 14:38:15 +02:00
commit 044371a460
54 changed files with 5280 additions and 0 deletions

36
package.json Normal file
View File

@ -0,0 +1,36 @@
{
"name": "@fireclover/example-react",
"private": true,
"version": "1.0.0",
"description": "Infrastructure for an HTTPS static site using S3 and CloudFront",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "echo test ok"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.4.5",
"@mui/material": "^6.4.5",
"@mui/x-charts": "^7.27.0",
"@mui/x-data-grid": "^7.27.0",
"@mui/x-data-grid-pro": "^7.27.0",
"@mui/x-date-pickers": "^7.27.0",
"@mui/x-date-pickers-pro": "^7.27.0",
"@mui/x-tree-view": "^7.26.0",
"dayjs": "^1.11.13",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/node": "latest",
"@vitejs/plugin-react": "latest",
"typescript": "latest",
"vite": "latest"
}
}