UNPKG

1.76 kBJSONView Raw
1{
2 "name": "@tarojs/components",
3 "version": "3.4.12",
4 "description": "",
5 "main:h5": "src/index.js",
6 "main": "dist/index.js",
7 "module": "dist/index.mjs",
8 "types": "types/index.d.ts",
9 "sideEffects": [
10 "*.scss",
11 "*.css"
12 ],
13 "files": [
14 "dist",
15 "loader",
16 "mini",
17 "types",
18 "dist-h5",
19 "virtual-list",
20 "vue3.d.ts"
21 ],
22 "collection": "dist/collection/collection-manifest.json",
23 "collection:main": "dist/collection/index.js",
24 "scripts": {
25 "build-h5": "babel -d dist-h5 h5",
26 "build": "npm run build-h5 & stencil build --config stencil.config.ts",
27 "dev": "stencil build --config stencil.config.ts --watch",
28 "test": "karmatic --files '__tests__/setup.js,__tests__/**.spec.js' --coverage false",
29 "test:ci": "karmatic --files '__tests__/setup.js,__tests__/**.spec.js' --coverage false",
30 "test:debug": "karmatic debug --files '__tests__/setup.js,__tests__/**.spec.js' --coverage false",
31 "test:coverage": "karmatic --files '__tests__/setup.js,__tests__/**.spec.js'"
32 },
33 "repository": {
34 "type": "git",
35 "url": "git+https://github.com/NervJS/taro.git"
36 },
37 "keywords": [],
38 "author": "",
39 "license": "MIT",
40 "dependencies": {
41 "@stencil/core": "2.9.0",
42 "@tarojs/taro": "3.4.12",
43 "better-scroll": "^1.14.1",
44 "classnames": "^2.2.5",
45 "hls.js": "^1.1.5",
46 "intersection-observer": "^0.7.0",
47 "omit.js": "^1.0.0",
48 "resolve-pathname": "^3.0.0",
49 "swiper": "6.8.0",
50 "weui": "^1.1.2"
51 },
52 "devDependencies": {
53 "@stencil/sass": "1.4.1",
54 "@types/react-native": "0.67.0",
55 "jquery": "^3.4.1",
56 "karmatic": "^2.1.0",
57 "simulant": "^0.2.2",
58 "workbox-build": "4.3.1"
59 },
60 "gitHead": "1c77a3abd807a1c088825751eddd8dad260dafc2"
61}