ReactMaterial3/package.json

35 lines
902 B
JSON

{
"name": "materialnext",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@emotion/styled": "^11.13.5",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@lit/react": "^1.0.7",
"@material/material-color-utilities": "^0.3.0",
"@material/web": "^2.2.0",
"@mui/material": "^6.1.6",
"@vitejs/plugin-react": "^4.3.3",
"beercss": "^3.7.12",
"classnames": "^2.5.1",
"material-dynamic-colors": "^1.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-top-level-await": "^1.4.4"
}
}