36 lines
798 B
JSON
36 lines
798 B
JSON
{
|
|
"name": "oslog_react_base_component",
|
|
"private": false,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint ."
|
|
},
|
|
"peerDependencies": {
|
|
"@ant-design/colors": "8.0.0",
|
|
"@ant-design/icons": "6.0.0",
|
|
"@emotion/cache": "11.14.0",
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"@mui/base": "5.0.0-beta.70",
|
|
"@mui/icons-material": "^7.3.5",
|
|
"@mui/lab": "7.0.0-beta.14",
|
|
"@mui/material": "^7.3.5",
|
|
"@mui/system": "7.2.0"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^5.0.0",
|
|
"@vitejs/plugin-react": "^4.2.0"
|
|
}
|
|
} |