1 Star 0 Fork 2

Jesse/taro

forked from OpenHarmony-SIG/taro
关闭
 
加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.33 KB
一键复制 编辑 原始数据 按行查看 历史
Zakary 提交于 2022-09-07 19:33 +08:00 . fix(harmony): 修复不支持语法错误
{
"name": "@tarojs/plugin-platform-harmony",
"version": "3.5.4-canary.1",
"description": "OpenHarmony & 鸿蒙系统插件",
"author": "drchan",
"homepage": "https://gitee.com/openharmony-sig/taro",
"license": "MIT",
"main": "index.js",
"keywords": [
"taro"
],
"files": [
"index.js",
"dist",
"types"
],
"types": "types/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://gitee.com/openharmony-sig/taro.git"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"build": "rimraf ./dist && rollup -c",
"dev": "rollup -c -w"
},
"bugs": {
"url": "https://gitee.com/openharmony-sig/taro/issues"
},
"dependencies": {
"@tarojs/components": "3.5.4-canary.1",
"@tarojs/helper": "3.5.4-canary.1",
"@tarojs/runtime": "3.5.4-canary.1",
"@tarojs/service": "3.5.4-canary.1",
"@tarojs/shared": "3.5.4-canary.1",
"@tarojs/taro": "3.5.4-canary.1",
"webpack-sources": "^3.2.3"
},
"devDependencies": {
"@commitlint/cli": "^7.2.1",
"@commitlint/config-conventional": "^9.0.1",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@types/node": "^14.14.31",
"@types/react": "^18.0.0",
"@types/webpack": "5",
"@types/webpack-dev-server": "4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"eslint-config-prettier": "^6.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^8.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "26.1.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-standard": "^4.0.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"prettier": "^1.18.2",
"rimraf": "^3.0.0",
"rollup": "^2.56.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-node-externals": "^4.0.0",
"rollup-plugin-ts": "^3.0.2",
"tslib": "^2.4.0",
"typescript": "^4.8.2",
"vue": "^2.6.11"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix"
],
"*.{json}": [
"prettier --write"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/forinks/taro.git
git@gitee.com:forinks/taro.git
forinks
taro
taro
master

搜索帮助