mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-27 08:39:59 +08:00
d251c480c8
- @sunmao-ui/arco-lib@0.2.0-alpha.1 - @sunmao-ui/chakra-ui-lib@0.4.0-alpha.1 - @sunmao-ui/core@0.6.0-alpha.1 - @sunmao-ui/editor-sdk@0.2.0-alpha.1 - @sunmao-ui/editor@0.6.0-alpha.1 - @sunmao-ui/runtime@0.6.0-alpha.1 - @sunmao-ui/shared@0.1.0-alpha.1
79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "@sunmao-ui/editor-sdk",
|
|
"version": "0.2.0-alpha.1",
|
|
"description": "The SDK for SunMao Editor",
|
|
"author": "sunmao-ui developers",
|
|
"homepage": "https://github.com/webzard-io/sunmao-ui#readme",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"types": "lib/index.d.ts",
|
|
"main": "dist/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"unpkg": "dist/iife/index.js",
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"build": "tsup src/index.ts --format cjs,esm,iife --legacy-output --no-splitting --clean --sourcemap --platform browser",
|
|
"dev": "tsup src/index.ts --watch --format cjs,esm,iife --legacy-output --no-splitting --clean --sourcemap --platform browser",
|
|
"typings": "tsc --emitDeclarationOnly",
|
|
"prepublish": "npm run build && npm run typings",
|
|
"test": "jest"
|
|
},
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^1.0.15",
|
|
"@chakra-ui/react": "^1.7.1",
|
|
"@emotion/css": "^11.7.1",
|
|
"@emotion/react": "^11.1.1",
|
|
"@sinclair/typebox": "^0.21.2",
|
|
"@sunmao-ui/core": "^0.6.0-alpha.1",
|
|
"@sunmao-ui/runtime": "^0.6.0-alpha.1",
|
|
"@sunmao-ui/shared": "^0.1.0-alpha.1",
|
|
"codemirror": "^5.63.3",
|
|
"formik": "^2.2.9",
|
|
"immer": "^9.0.6",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"mobx-react-lite": "^3.2.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"tern": "^0.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"tsup": "^5.11.0"
|
|
},
|
|
"keywords": [],
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "lint-staged"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx,html}": [
|
|
"prettier --write",
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"peerDependencies": {
|
|
"@chakra-ui/icons": "^1.0.15",
|
|
"@chakra-ui/react": "^1.7.1",
|
|
"@emotion/css": "^11.7.1",
|
|
"@emotion/react": "^11.1.1",
|
|
"@sinclair/typebox": "^0.21.2",
|
|
"@sunmao-ui/core": "^0.4.1",
|
|
"@sunmao-ui/runtime": "^0.4.1",
|
|
"formik": "^2.2.9",
|
|
"immer": "^9.0.6",
|
|
"lodash-es": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"mobx-react-lite": "^3.2.2",
|
|
"react": "^17.0.0",
|
|
"react-dom": "^17.0.0"
|
|
},
|
|
"gitHead": "c2510d776760530c15386cd45f757d7569ef0bd4"
|
|
}
|