@tarojs/taro-h5
Version:
Taro h5 framework
87 lines • 2.44 kB
JSON
{
"name": "@tarojs/taro-h5",
"version": "3.6.37",
"description": "Taro h5 framework",
"browser": "dist/index.js",
"main:h5": "dist/index.esm.js",
"main": "dist/index.js",
"module": "dist/index.cjs.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"types",
"index.js"
],
"sideEffects": [
"*.scss.js",
"*.scss",
"*.css.js",
"*.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"keywords": [
"taro"
],
"author": "O2Team",
"license": "MIT",
"dependencies": {
"abortcontroller-polyfill": "^1.7.5",
"base64-js": "^1.3.0",
"ics": "^3.1.0",
"is-mobile": "^4.0.0",
"jsonp-retry": "^1.0.3",
"lodash-es": "4.17.21",
"platform": "^1.3.6",
"query-string": "^7.1.1",
"tslib": "^2.6.2",
"whatwg-fetch": "^3.4.0",
"@tarojs/api": "3.6.37",
"@tarojs/runtime": "3.6.37",
"@tarojs/router": "3.6.37",
"@tarojs/shared": "3.6.37"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.1.0",
"@testing-library/jest-dom": "^5.16.4",
"@types/platform": "^1.3.6",
"@types/testing-library__jest-dom": "^5.14.3",
"babel-jest": "^29.5.0",
"jest": "^29.3.1",
"jest-cli": "^29.3.1",
"jest-environment-jsdom": "^29.5.0",
"jest-fetch-mock": "^3.0.3",
"jest-mock-console": "^1.0.0",
"jest-transform-css": "^6.0.1",
"jsdom": "^21.1.0",
"mock-socket": "^7.1.0",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rollup": "^3.8.1",
"rollup-plugin-node-externals": "^5.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-ts": "^3.0.2",
"ts-jest": "^29.0.5",
"typescript": "^4.7.4",
"@tarojs/components": "3.6.37"
},
"peerDependencies": {
"@tarojs/components": "~3.6.37"
},
"scripts": {
"prebuild": "rimraf ./dist",
"build": "pnpm run rollup --environment NODE_ENV:production",
"dev": "pnpm run rollup --environment NODE_ENV:development -w",
"rollup": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript --bundleConfigAsCjs",
"test": "node_modules/jest/bin/jest.js",
"test:ci": "jest --ci -i --coverage --silent",
"test:dev": "jest --watch",
"test:coverage": "jest --coverage"
}
}