sunmao-ui/packages/runtime/package.json
Yanzhen Yu ba6cdf7cda Publish
- @meta-ui/core@0.2.1
 - @meta-ui/editor@0.2.2
 - @meta-ui/runtime@0.2.2
2021-10-27 11:45:51 +08:00

73 lines
2.0 KiB
JSON

{
"name": "@meta-ui/runtime",
"version": "0.2.2",
"description": "meta-ui runtime",
"author": "meta-ui developers",
"homepage": "https://github.com/webzard-io/meta-ui#readme",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webzard-io/meta-ui.git"
},
"main": "dist/index.js",
"module": "dist/esm/index.js",
"unpkg": "dist/iife/index.js",
"types": "typings/index.d.ts",
"files": [
"dist",
"typings"
],
"scripts": {
"dev": "vite",
"test": "jest",
"build": "tsup src/index.ts --format cjs,esm,iife --legacy-output",
"typings": "tsc --emitDeclarationOnly --declarationDir typings",
"lint": "eslint src --ext .ts",
"prepublish": "npm run build && npm run typings"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.5",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@meta-ui/core": "^0.2.1",
"@sinclair/typebox": "^0.20.5",
"@vue-reactivity/watch": "^0.1.6",
"@vue/reactivity": "^3.1.5",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.10.6",
"framer-motion": "^4",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"nanoid": "^3.1.23",
"path-to-regexp": "^6.2.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-grid-layout": "^1.3.0",
"react-markdown": "^6.0.2",
"react-resize-detector": "^6.7.6",
"react-simple-code-editor": "^0.11.0",
"wouter": "^2.7.4"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@testing-library/react": "^12.1.0",
"@types/lodash": "^4.14.170",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-grid-layout": "^1.1.2",
"@vitejs/plugin-react": "^1.0.1",
"babel-jest": "^27.1.0",
"jest": "^27.1.0",
"tsup": "^5.5.0",
"typescript": "^4.3.2",
"vite": "^2.3.8"
}
}