UNPKG

taro-ui-vue3

Version:

Taro UI Rewritten in Vue 3.0

107 lines 3.09 kB
{ "name": "taro-ui-vue3", "version": "1.0.0-alpha.21", "description": "Taro UI Rewritten in Vue 3.0", "module": "dist/index.esm.js", "main": "dist/index.js", "source": "packages/taro-ui-vue3/index.ts", "sideEffects": [ "*.scss", "*.css" ], "types": "./types/index.d.ts", "keywords": [ "taro", "taro-ui-vue3", "taro-ui", "ui", "taro-vue3" ], "files": [ "dist", "lib", "types", "global.d.ts" ], "workspaces": [ "packages/*", "website", "demo" ], "author": "Ken Ho <b2nil>", "homepage": "https://b2nil.github.io/taro-ui-vue3", "repository": { "type": "git", "url": "git@github.com:b2nil/taro-ui-vue3.git" }, "license": "MIT", "templateInfo": { "name": "default", "typescript": true, "css": "sass" }, "scripts": { "bootstrap": "npx lerna bootstrap", "demo:h5": "yarn dev && cd demo && yarn dev:h5", "demo:weapp": "yarn dev && cd demo && yarn dev:weapp", "dev": "yarn clean && yarn dev:lib && yarn dev:bundle", "dev:lib": "node ./build/esbuild.build.js", "dev:bundle": "node ./build/esbuild.bundle.js", "build": "yarn build:rollup && yarn dev:lib", "build:lib": "tsc --project ./tsconfig.build.json", "build:rollup": "rollup --config ./rollup.config.js", "dev:docs": "cd website && yarn dev:docs", "build:docs": "cd website && yarn build:docs", "deploy:docs": "cd website && yarn deploy:docs", "prepublishOnly": "yarn clean && yarn build", "test": "cross-env NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules && jest --coverage --maxWorkers=4", "clean": "rimraf .temp dist lib coverage types" }, "browserslist": [ "last 3 versions", "Android >= 4.1", "ios >= 8" ], "dependencies": { "dayjs": "^1.8.29", "lodash-es": "^4.17.15" }, "peerDependencies": { "@tarojs/components": "^3.2.1", "@tarojs/taro": "^3.2.1", "vue": "^3.0.10" }, "devDependencies": { "@babel/plugin-transform-modules-commonjs": "^7.14.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "@types/jest": "^26.0.17", "@types/lodash-es": "^4.17.3", "@types/shelljs": "^0.8.8", "@typescript-eslint/eslint-plugin": "^2.x", "@typescript-eslint/parser": "^2.x", "@vue/test-utils": "2.0.0-rc.0", "cross-env": "^7.0.2", "csstype": "^2.6.11", "esbuild": "^0.11.18", "eslint": "^6.8.0", "eslint-config-taro": "^3.0.5", "jest": "^26.6.3", "jest-serializer-vue": "^2.0.2", "jest-transform-stub": "^2.0.0", "lerna": "^4.0.0", "rimraf": "^3.0.2", "rollup": "^2.29.0", "rollup-plugin-copy": "^3.3.0", "rollup-plugin-sass": "^1.2.2", "rollup-plugin-typescript2": "0.30.0", "shelljs": "^0.8.4", "tiny-glob": "^0.2.8", "ts-jest": "^26.4.4", "ts-loader": "^8.0.2", "tslib": "^2.1.0", "typescript": "^4.2.0", "vue": "^3.0.10", "vue-jest": "^5.0.0-alpha.7" } }