mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-12-27 09:58:57 +08:00
a6851b804d
- @sunmao-ui/arco-lib@0.2.0-alpha.2 - @sunmao-ui/chakra-ui-lib@0.4.0-alpha.2 - @sunmao-ui/core@0.6.0-alpha.2 - @sunmao-ui/editor-sdk@0.2.0-alpha.2 - @sunmao-ui/editor@0.6.0-alpha.2 - @sunmao-ui/runtime@0.6.0-alpha.2 - @sunmao-ui/shared@0.1.0-alpha.2
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "@sunmao-ui/chakra-ui-lib",
|
|
"version": "0.4.0-alpha.2",
|
|
"description": "sunmao-ui chakra-ui library",
|
|
"author": "sunmao-ui developers",
|
|
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/webzard-io/sunmao-ui.git"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"unpkg": "dist/iife/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"test": "jest",
|
|
"build": "tsup src/index.ts src/widgets/index.ts --format cjs,esm,iife --legacy-output --inject ./react-import.js --clean --no-splitting --sourcemap",
|
|
"typings": "tsc --emitDeclarationOnly",
|
|
"lint": "eslint src --ext .ts",
|
|
"prepublish": "npm run build && npm run typings"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^1.0.15",
|
|
"@chakra-ui/react": "^1.7.1",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@sinclair/typebox": "^0.21.2",
|
|
"@sunmao-ui/core": "^0.6.0-alpha.2",
|
|
"@sunmao-ui/editor-sdk": "^0.2.0-alpha.2",
|
|
"@sunmao-ui/runtime": "^0.6.0-alpha.2",
|
|
"chakra-react-select": "^1.3.2",
|
|
"framer-motion": "^4",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.5",
|
|
"@babel/preset-env": "^7.15.6",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/preset-typescript": "^7.15.0",
|
|
"@sunmao-ui/vite-plugins": "^1.0.2",
|
|
"@testing-library/react": "^12.1.0",
|
|
"@types/lodash-es": "^4.17.5",
|
|
"@types/react": "^17.0.0",
|
|
"@types/react-dom": "^17.0.0",
|
|
"@vitejs/plugin-react": "^1.0.1",
|
|
"babel-jest": "^27.1.0",
|
|
"jest": "^27.1.0",
|
|
"tsup": "^5.5.0",
|
|
"typescript": "^4.5.0",
|
|
"vite": "^2.6.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@chakra-ui/icons": "^1.0.15",
|
|
"@chakra-ui/react": "^1.7.1",
|
|
"@emotion/css": "^11.7.1",
|
|
"@emotion/styled": "^11.6.0",
|
|
"@sinclair/typebox": "^0.21.2",
|
|
"@sunmao-ui/core": "^0.4.1",
|
|
"@sunmao-ui/runtime": "^0.4.1",
|
|
"lodash-es": "^4.17.21",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
}
|
|
}
|