sunmao-ui/packages/runtime/package.json

41 lines
1.0 KiB
JSON
Raw Normal View History

2021-07-02 18:23:20 +08:00
{
"name": "@meta-ui/runtime",
"version": "0.0.0",
"scripts": {
"dev": "vite"
},
"dependencies": {
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
2021-07-05 14:49:19 +08:00
"@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",
2021-07-29 11:11:31 +08:00
"dayjs": "^1.10.6",
"framer-motion": "^4",
"lodash": "^4.17.21",
2021-07-07 15:01:03 +08:00
"mitt": "^3.0.0",
"nanoid": "^3.1.23",
"path-to-regexp": "^6.2.0",
2021-08-11 13:32:47 +08:00
"prismjs": "^1.24.1",
2021-07-02 18:23:20 +08:00
"react": "^17.0.0",
2021-07-05 14:49:19 +08:00
"react-dom": "^17.0.0",
2021-08-03 16:31:33 +08:00
"react-grid-layout": "^1.2.5",
2021-08-11 13:32:47 +08:00
"react-markdown": "^6.0.2",
"react-simple-code-editor": "^0.11.0",
"wouter": "^2.7.4"
2021-07-02 18:23:20 +08:00
},
"devDependencies": {
"@types/lodash": "^4.14.170",
2021-08-11 13:32:47 +08:00
"@types/prismjs": "^1.16.6",
2021-07-02 18:23:20 +08:00
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
2021-08-03 16:31:33 +08:00
"@types/react-grid-layout": "^1.1.2",
2021-07-02 18:23:20 +08:00
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^4.3.2",
"vite": "^2.3.8"
}
2021-07-05 14:49:19 +08:00
}