1 Star 2 Fork 1

yunwisdom/xdata-taroui-library

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.05 KB
一键复制 编辑 原始数据 按行查看 历史
Ken Ho 提交于 2021-03-20 11:28 . chore(release): 1.0.0-alpha.19
{
"name": "taro-ui-vue3",
"version": "1.0.0-alpha.19",
"description": "Taro UI Rewritten in Vue 3.0",
"module": "dist/index.esm.js",
"main": "dist/index.js",
"source": "src/index.ts",
"sideEffects": [
"*.scss",
"*.css"
],
"types": "./types/index.d.ts",
"keywords": [
"taro",
"taro-ui-vue3",
"taro-ui",
"ui",
"taro-vue3"
],
"files": [
"dist",
"lib/components",
"lib/composables",
"lib/utils",
"lib/index.js",
"lib/index.js.map",
"types",
"src/**/interface.ts",
"src/**/*.d.ts",
"global.d.ts"
],
"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": {
"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 build:lib",
"build:lib": "tsc --project ./tsconfig.build.json",
"build:rollup": "rollup --config ./rollup.config.js",
"prepublishOnly": "yarn clean && yarn build",
"test": "cross-env NODE_ENV=test NODE_OPTIONS=--experimental-vm-modules && jest --coverage --maxWorkers=4",
"build:weapp": "taro build --type weapp",
"build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay",
"build:tt": "taro build --type tt",
"build:h5": "node ./config/h5-building-script.js && taro build --type h5",
"build:rn": "taro build --type rn",
"build:qq": "taro build --type qq",
"build:jd": "taro build --type jd",
"build:quickapp": "taro build --type quickapp",
"dev:weapp": "yarn dev && taro build --type weapp --watch",
"dev:swan": "yarn dev && taro build --type swan --watch",
"dev:alipay": "yarn dev && taro build --type alipay --watch",
"dev:tt": "yarn dev && taro build --type tt --watch",
"dev:h5": "yarn dev && node ./config/h5-building-script.js && taro build --type h5 --watch",
"dev:rn": "yarn dev && taro build --type rn --watch",
"dev:qq": "yarn dev && taro build --type qq --watch",
"dev:jd": "yarn dev && taro build --type jd --watch",
"dev:quickapp": "yarn dev && taro build --type quickapp --watch",
"clean": "rimraf .temp dist lib coverage"
},
"browserslist": [
"last 3 versions",
"Android >= 4.1",
"ios >= 8"
],
"dependencies": {
"dayjs": "^1.8.29",
"lodash-es": "^4.17.15"
},
"peerDependencies": {
"@tarojs/components": "^3.1.4",
"@tarojs/taro": "^3.1.4",
"vue": "^3.0.6"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@babel/runtime": "^7.7.7",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"@tarojs/components": "^3.1.4",
"@tarojs/mini-runner": "^3.1.4",
"@tarojs/runtime": "^3.1.4",
"@tarojs/taro": "^3.1.4",
"@tarojs/webpack-runner": "^3.1.4",
"@types/jest": "^26.0.17",
"@types/lodash-es": "^4.17.3",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "^2.x",
"@typescript-eslint/parser": "^2.x",
"@vue/babel-plugin-jsx": "^1.0.0-rc.4",
"@vue/compiler-sfc": "^3.0.6",
"@vue/test-utils": "2.0.0-rc.0",
"babel-preset-taro": "^3.0.5",
"cross-env": "^7.0.2",
"csstype": "^2.6.11",
"esbuild": "^0.9.0",
"eslint": "^6.8.0",
"eslint-config-taro": "^3.0.5",
"eslint-plugin-vue": "^7.0.0-alpha.6",
"jest": "^26.6.3",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^2.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.27.2",
"shelljs": "^0.8.4",
"stylelint": "^9.3.0",
"tiny-glob": "^0.2.8",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.2",
"typescript": "^3.7.0",
"vue": "^3.0.6",
"vue-jest": "^5.0.0-alpha.7",
"vue-loader": "^16.1.0",
"webpack-bundle-analyzer": "^4.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yunwisdom_zhao/xdata-taroui-library.git
git@gitee.com:yunwisdom_zhao/xdata-taroui-library.git
yunwisdom_zhao
xdata-taroui-library
xdata-taroui-library
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385