@tarojs/components
Version:
Taro 组件库。
62 lines (61 loc) • 1.76 kB
JSON
{
"name": "@tarojs/components",
"version": "3.4.12",
"description": "",
"main:h5": "src/index.js",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "types/index.d.ts",
"sideEffects": [
"*.scss",
"*.css"
],
"files": [
"dist",
"loader",
"mini",
"types",
"dist-h5",
"virtual-list",
"vue3.d.ts"
],
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"scripts": {
"build-h5": "babel -d dist-h5 h5",
"build": "npm run build-h5 & stencil build --config stencil.config.ts",
"dev": "stencil build --config stencil.config.ts --watch",
"test": "karmatic --files '__tests__/setup.js,__tests__/**.spec.js' --coverage false",
"test:ci": "karmatic --files '__tests__/setup.js,__tests__/**.spec.js' --coverage false",
"test:debug": "karmatic debug --files '__tests__/setup.js,__tests__/**.spec.js' --coverage false",
"test:coverage": "karmatic --files '__tests__/setup.js,__tests__/**.spec.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@stencil/core": "2.9.0",
"@tarojs/taro": "3.4.12",
"better-scroll": "^1.14.1",
"classnames": "^2.2.5",
"hls.js": "^1.1.5",
"intersection-observer": "^0.7.0",
"omit.js": "^1.0.0",
"resolve-pathname": "^3.0.0",
"swiper": "6.8.0",
"weui": "^1.1.2"
},
"devDependencies": {
"@stencil/sass": "1.4.1",
"@types/react-native": "0.67.0",
"jquery": "^3.4.1",
"karmatic": "^2.1.0",
"simulant": "^0.2.2",
"workbox-build": "4.3.1"
},
"gitHead": "1c77a3abd807a1c088825751eddd8dad260dafc2"
}