Files
example-react/package.json
kim 50a09df7ea
Some checks failed
Release package to Gitea and Deploy to AWS / build (push) Has been cancelled
Update package.json
2025-04-02 23:58:27 +00:00

41 lines
1001 B
JSON

{
"name": "@templates/example-react",
"private": false,
"version": "1.0.0",
"description": "Static site using S3 and CloudFront",
"type": "module",
"files": [
"public/*",
"dist"
],
"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"
}
}