mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
d88c9e9b23
- @sunmao-ui/chakra-ui-lib@0.1.6 - @sunmao-ui/editor@0.3.13 - @sunmao-ui/runtime@0.3.12
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "@sunmao-ui/chakra-ui-lib",
|
|
"version": "0.1.6",
|
|
"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 --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",
|
|
"@sinclair/typebox": "^0.21.2",
|
|
"@sunmao-ui/core": "^0.3.6",
|
|
"@sunmao-ui/runtime": "^0.3.12",
|
|
"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"
|
|
}
|
|
}
|