Files
example-react/package.json
2025-04-02 16:05:44 +02:00

37 lines
956 B
JSON

{
"name": "@fireclover/example-react",
"private": false,
"version": "1.0.2",
"description": "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"
}
}