UNPKG

omi-vueify

Version:

Bridge between omi and vue

64 lines (63 loc) 1.76 kB
{ "name": "omi-vueify", "version": "0.0.12", "description": "Bridge between omi and vue", "types": "./index.d.ts", "main": "dist/omi-vueify.umd.js", "module": "dist/omi-vueify.es.js", "exports": { "types": "./index.d.ts", "main": "./dist/omi-vueify.umd.js", "module": "./dist/omi-vueify.es.js" }, "scripts": { "dev": "rm -rf 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\"", "test": "jest", "test:coverage": "jest --coverage" }, "files": [ "dist", "types", "index.d.ts" ], "peerDependencies": { "omi": ">=7.7.8", "vue": ">=3" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.23.0", "@babel/plugin-transform-react-jsx": "^7.22.15", "@babel/preset-env": "^7.28.0", "@babel/preset-typescript": "^7.27.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/vue": "^8.1.0", "@types/jest": "^30.0.0", "@types/node": "^20.17.24", "babel-jest": "^30.0.4", "jest": "^30.0.4", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^30.0.4", "lodash": "^4.17.21", "nodemon": "^3.1.9", "ts-jest": "^29.4.0", "ts-node": "^10.9.1", "typescript": "^5.8.2", "vite": "^5.4.14" }, "license": "MIT", "keywords": [ "omi", "web-components", "vueify" ], "authors": [ "The Omi Authors (https://github.com/Tencent/omi/contributors)" ], "repository": "Tencent/omi", "bugs": "https://github.com/Tencent/omi/issues/", "homepage": "http://omijs.org" }