/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-platform-harmony-cpp/package.json
92 строки
3 KB
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "@tarojs/plugin-platform-harmony-cpp", "version": "4.2.1", "description": "鸿蒙系统插件 C-API 版本", "author": "O2Team", "homepage": "https://gitee.com/openharmony-sig/taro", "license": "MIT", "main": "index.js", "keywords": [ "taro", "harmony" ], "files": [ "index.js", "dist", "static", "types" ], "types": "types/index.d.ts", "repository": { "type": "git", "url": "git+https://gitee.com/openharmony-sig/taro.git" }, "scripts": { "prebuild": "rimraf --impl=move-remove dist", "build": "pnpm run rollup", "prod": "pnpm run build", "build:library": "pnpm run tsx --files ./scripts/build", "changelog": "pnpm run tsx --files ./scripts/ohpm-changelog", "dev": "pnpm run rollup -w", "ohpm-publish": "pnpm run tsx --files ./scripts/ohpm-publish", "remove:reference": "pnpm run tsx --files ./scripts/reference", "rollup": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", "tsx": "ts-node --skipIgnore" }, "dependencies": { "@babel/core": "^7.24.7", "@babel/preset-env": "^7.24.4", "@tarojs/parse-css-to-stylesheet": "^1.1.8", "@tarojs/react": "workspace:*", "@tarojs/runner-utils": "workspace:*", "@tarojs/service": "workspace:*", "fast-glob": "^3.3.2", "react": "^18.3.1", "react-dom": "^18.3.1", "react-reconciler": "0.29.0", "scheduler": "^0.23.2" }, "devDependencies": { "rollup": "^3.29.4", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-node-externals": "^5.1.3", "@rollup/plugin-commonjs": "^25.0.8", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-typescript": "^11.1.6", "@tarojs/components": "workspace:*", "@tarojs/helper": "workspace:*", "@tarojs/plugin-framework-react": "workspace:*", "@tarojs/plugin-platform-harmony-ets": "workspace:*", "@tarojs/react": "workspace:*", "@tarojs/runtime": "workspace:*", "@tarojs/shared": "workspace:*", "@tarojs/taro": "workspace:*", "@tarojs/vite-runner": "workspace:*", "@types/conventional-commits-parser": "^3.0.0", "conventional-commits-parser": "^3.0.0", "prettier": "^2.8.8", "rollup-plugin-copy": "workspace:*", "solid-js": "^1.8.17", "terser": "^5.31.1", "ts-node": "^10.9.2", "tsconfig-paths": "^3.15.0", "tslib": "^2.6.3", "typescript": "~5.4.5", "vite": "^4.2.0" }, "peerDependencies": { "@tarojs/components": "workspace:*", "@tarojs/helper": "workspace:*", "@tarojs/plugin-framework-react": "workspace:*", "@tarojs/plugin-platform-harmony-ets": "workspace:*", "@tarojs/react": "workspace:*", "@tarojs/runtime": "workspace:*", "@tarojs/shared": "workspace:*", "@tarojs/taro": "workspace:*", "@tarojs/vite-runner": "workspace:*", "less": "^4.2.0", "sass": "^1.75.0", "stylus": "^0.63.0" } }