mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-27 08:39:59 +08:00
4d34f6b46c
- @sunmao-ui/arco-lib@0.4.0 - @sunmao-ui/chakra-ui-lib@0.6.0 - @sunmao-ui/core@0.8.0 - @sunmao-ui/editor-sdk@0.4.0 - @sunmao-ui/editor@0.8.0 - @sunmao-ui/runtime@0.8.0 - @sunmao-ui/shared@0.3.0 - @sunmao-ui/vite-plugin-fs@0.1.0 - @sunmao-ui/vite-plugins@1.1.0
25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"name": "@sunmao-ui/vite-plugins",
|
|
"version": "1.1.0",
|
|
"description": "vite plugins for sunmao-ui",
|
|
"author": "sunmao-ui developers",
|
|
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
|
|
"license": "Apache-2.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/smartxworks/sunmao-ui.git"
|
|
},
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"tsup": "^6.2.2",
|
|
"vite": "^3.0.8"
|
|
}
|
|
}
|