mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-12-03 09:09:52 +08:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "@meta-ui/runtime",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/react": "^1.6.5",
|
|
"@emotion/react": "^11",
|
|
"@emotion/styled": "^11",
|
|
"@meta-ui/core": "^0.1.0",
|
|
"@sinclair/typebox": "^0.19.2",
|
|
"@vue-reactivity/watch": "^0.1.6",
|
|
"@vue/reactivity": "^3.1.5",
|
|
"copy-to-clipboard": "^3.3.1",
|
|
"dayjs": "^1.10.6",
|
|
"framer-motion": "^4",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"nanoid": "^3.1.23",
|
|
"path-to-regexp": "^6.2.0",
|
|
"prismjs": "^1.24.1",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0",
|
|
"react-grid-layout": "^1.2.5",
|
|
"react-markdown": "^6.0.2",
|
|
"react-simple-code-editor": "^0.11.0",
|
|
"wouter": "^2.7.4"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.5",
|
|
"@babel/preset-env": "^7.15.4",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@types/lodash": "^4.14.170",
|
|
"@types/prismjs": "^1.16.6",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@types/react-grid-layout": "^1.1.2",
|
|
"@vitejs/plugin-react-refresh": "^1.3.1",
|
|
"babel-jest": "^27.1.0",
|
|
"jest": "^27.1.0",
|
|
"typescript": "^4.3.2",
|
|
"vite": "^2.3.8"
|
|
}
|
|
}
|