mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-01-18 16:54:00 +08:00
32 lines
733 B
JSON
32 lines
733 B
JSON
{
|
|
"name": "@meta-ui/runtime",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^1.6.5",
|
|
"@emotion/react": "^11",
|
|
"@emotion/styled": "^11",
|
|
"@meta-ui/core": "^0.1.0",
|
|
"@sinclair/typebox": "^0.19.2",
|
|
"dayjs": "^1.10.6",
|
|
"framer-motion": "^4",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"nanoid": "^3.1.23",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0",
|
|
"react-markdown": "^6.0.2",
|
|
"zustand": "^3.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.170",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@vitejs/plugin-react-refresh": "^1.3.1",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.3.8"
|
|
}
|
|
}
|