mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2024-11-21 03:15:49 +08:00
7ca0781393
- @sunmao-ui/chakra-ui-lib@0.2.0 - @sunmao-ui/core@0.4.0 - @sunmao-ui/editor@0.4.0 - @sunmao-ui/runtime@0.4.0
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "@sunmao-ui/core",
|
|
"version": "0.4.0",
|
|
"description": "sunmao-ui core",
|
|
"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": {
|
|
"build": "tsup src/index.ts --format cjs,esm,iife --legacy-output",
|
|
"dev": "npm run build -- --watch",
|
|
"typings": "tsc --emitDeclarationOnly",
|
|
"test": "jest",
|
|
"lint": "eslint src --ext .ts",
|
|
"prepublish": "npm run build && npm run typings"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webzard-io/sunmao-ui/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@swc/core": "^1.2.121",
|
|
"@types/jest": "^26.0.23",
|
|
"@types/lodash-es": "^4.17.5",
|
|
"@typescript-eslint/eslint-plugin": "^4.28.1",
|
|
"@typescript-eslint/parser": "^4.28.1",
|
|
"eslint": "^7.29.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"jest": "^27.0.6",
|
|
"prettier": "^2.3.2",
|
|
"tsup": "^5.11.0",
|
|
"typescript": "^4.5.0"
|
|
},
|
|
"dependencies": {
|
|
"@types/json-schema": "^7.0.7",
|
|
"lodash-es": "^4.17.21"
|
|
}
|
|
}
|