sunmao-ui/packages/runtime/package.json
Bowen Tan 94564e7325 chore(*): publish
- @sunmao-ui/arco-lib@0.11.0
 - @sunmao-ui/chakra-ui-lib@0.11.0
 - @sunmao-ui/core@0.11.0
 - @sunmao-ui/editor-sdk@0.11.0
 - @sunmao-ui/editor@0.11.0
 - @sunmao-ui/runtime@0.11.0
 - @sunmao-ui/shared@0.11.0
 - @sunmao-ui/vite-plugin-fs@0.1.2
 - @sunmao-ui/vite-plugins@1.1.2
2023-09-07 10:27:19 +08:00

80 lines
2.2 KiB
JSON

{
"name": "@sunmao-ui/runtime",
"version": "0.11.0",
"description": "sunmao-ui runtime",
"author": "sunmao-ui developers",
"homepage": "https://github.com/smartxworks/sunmao-ui#readme",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartxworks/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 && npm run visualize",
"typings": "tsc --emitDeclarationOnly",
"lint": "eslint src --ext .ts",
"prepublish": "npm run build && npm run typings",
"visualize": "esbuild-visualizer --metadata ./dist/metafile-iife.json --exclude *.png"
},
"dependencies": {
"@emotion/css": "^11.7.1",
"@sinclair/typebox": "^0.21.2",
"@sunmao-ui/core": "^0.11.0",
"@sunmao-ui/shared": "^0.11.0",
"@vue/reactivity": "^3.1.5",
"@vue/shared": "^3.2.20",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.10.6",
"immer": "^9.0.12",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"path-to-regexp": "^6.2.0",
"react-resize-detector": "^6.7.6",
"react-simple-code-editor": "^0.11.0",
"use-deep-compare": "^1.1.0",
"wouter": "^2.7.4"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.18.2",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/runtime": "^7.18.3",
"@sunmao-ui/vite-plugins": "^1.1.2",
"@swc/core": "^1.2.121",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.0",
"@types/lodash": "^4.14.182",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/react-grid-layout": "^1.1.2",
"@vitejs/plugin-react": "^2.0.1",
"babel-jest": "^27.1.0",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.1.0",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"tsup": "^6.2.2",
"typescript": "^4.5.0",
"vite": "^3.0.8"
},
"peerDependencies": {
"react": "16.x || 17.x",
"react-dom": "16.x || 17.x"
}
}