UNPKG

@tarojs/plugin-html

Version:

Taro 小程序端支持使用 HTML 标签的插件

43 lines 888 B
{ "name": "@tarojs/plugin-html", "version": "4.1.9", "description": "Taro 小程序端支持使用 HTML 标签的插件", "author": "O2Team", "license": "MIT", "main": "index.js", "files": [ "src", "dist", "index.js" ], "keywords": [ "Taro" ], "bugs": { "url": "https://github.com/NervJS/taro/issues" }, "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "engines": { "node": ">= 18" }, "devDependencies": { "@tarojs/helper": "4.1.9", "@tarojs/taro": "4.1.9", "@tarojs/runtime": "4.1.9", "@tarojs/service": "4.1.9", "@tarojs/shared": "4.1.9" }, "peerDependencies": { "@tarojs/helper": "4.1.9", "@tarojs/runtime": "4.1.9", "@tarojs/shared": "4.1.9" }, "scripts": { "prod": "pnpm run build", "dev": "rollup -c -w", "build": "rollup -c" } }