UNPKG

2.04 kBJSONView Raw
1{
2 "name": "@tarojs/taro-h5",
3 "version": "3.6.7",
4 "description": "Taro h5 framework",
5 "browser": "dist/index.esm.js",
6 "main:h5": "dist/index.js",
7 "main": "dist/index.js",
8 "module": "dist/index.cjs.js",
9 "typings": "dist/index.d.ts",
10 "files": [
11 "dist",
12 "types",
13 "index.js"
14 ],
15 "sideEffects": [
16 "*.scss",
17 "*.css"
18 ],
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/NervJS/taro.git"
22 },
23 "keywords": [
24 "taro"
25 ],
26 "author": "O2Team",
27 "license": "MIT",
28 "dependencies": {
29 "abortcontroller-polyfill": "^1.7.5",
30 "base64-js": "^1.3.0",
31 "intersection-observer": "^0.7.0",
32 "jsonp-retry": "^1.0.3",
33 "query-string": "^7.1.1",
34 "whatwg-fetch": "^3.4.0",
35 "@tarojs/api": "3.6.7",
36 "@tarojs/components": "3.6.7",
37 "@tarojs/router": "3.6.7",
38 "@tarojs/runtime": "3.6.7",
39 "@tarojs/shared": "3.6.7"
40 },
41 "devDependencies": {
42 "@babel/core": "^7.14.5",
43 "@rollup/plugin-commonjs": "^20.0.0",
44 "@rollup/plugin-node-resolve": "^8.0.0",
45 "@testing-library/jest-dom": "^5.16.4",
46 "@types/testing-library__jest-dom": "^5.14.3",
47 "babel-jest": "^29.5.0",
48 "jest": "^29.3.1",
49 "jest-cli": "^29.3.1",
50 "jest-environment-jsdom": "^29.5.0",
51 "jest-fetch-mock": "^3.0.3",
52 "jest-mock-console": "^1.0.0",
53 "jest-transform-css": "^6.0.1",
54 "jsdom": "^21.1.0",
55 "lodash": "^4.17.21",
56 "mock-socket": "^7.1.0",
57 "postcss": "^8.4.18",
58 "react": "^18.2.0",
59 "react-test-renderer": "^18.2.0",
60 "rollup": "^2.79.0",
61 "rollup-plugin-node-externals": "^5.0.0",
62 "rollup-plugin-postcss": "^3.1.8",
63 "rollup-plugin-ts": "^3.0.2",
64 "ts-jest": "^29.0.5",
65 "typescript": "^4.7.4"
66 },
67 "scripts": {
68 "build": "rimraf ./dist && cross-env NODE_ENV=production rollup -c",
69 "dev": "cross-env NODE_ENV=development rollup -c -w",
70 "test": "node_modules/jest/bin/jest.js",
71 "test:ci": "jest --ci -i --coverage false",
72 "test:dev": "jest --watch",
73 "test:coverage": "jest --coverage"
74 }
75}
\No newline at end of file