omi-reactify
Version:
Bridge between omi and react
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "omi-reactify",
"version": "0.0.11",
"description": "Bridge between omi and react",
"main": "dist/index.es.js",
"exports": {
".": "./dist/index.es.js"
},
"types": "index.d.ts",
"scripts": {
"dev": "rimraf node_modules/.vite && npm run build:demo && vite --force",
"build": "vite build --mode build && npx tsc",
"build:demo": "vite build --mode demo",
"watch": "nodemon --watch src --ext ts,tsx --exec \"npm run dev\""
},
"files": [
"dist",
"types",
"index.d.ts"
],
"peerDependencies": {
"omi": "^7.7.13",
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/node": "^20.17.24",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"lodash": "^4.17.21",
"nodemon": "^3.1.9",
"rimraf": "^6.0.1",
"typescript": "^5.8.2",
"vite": "^5.4.14"
},
"license": "MIT",
"keywords": [
"omi",
"web-components",
"reactify"
],
"authors": [
"The Omi Authors (https://github.com/Tencent/omi/contributors)"
],
"repository": "Tencent/omi",
"bugs": "https://github.com/Tencent/omi/issues/",
"homepage": "http://omijs.org"
}