1 Star 0 Fork 29

what/taro-vue3-pinia

forked from 燕博文/taro-vue3-pinia 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.02 KB
一键复制 编辑 原始数据 按行查看 历史
sunshidan 提交于 2023-11-24 18:27 +08:00 . update
{
"name": "taro3-vue3-pinia",
"version": "1.0.2",
"private": true,
"scripts": {
"build:weapp": "taro build --type weapp",
"build:swan": "taro build --type swan",
"build:alipay": "taro build --type alipay",
"build:tt": "taro build --type tt",
"build:h5": "taro build --type h5",
"build:rn": "taro build --type rn",
"build:qq": "taro build --type qq",
"build:jd": "taro build --type jd",
"build:quickapp": "taro build --type quickapp",
"dev:weapp": "npm run build:weapp -- --watch --env production",
"dev:swan": "npm run build:swan -- --watch",
"dev:alipay": "npm run build:alipay -- --watch",
"dev:tt": "npm run build:tt -- --watch",
"dev:h5": "npm run build:h5 -- --watch",
"dev:rn": "npm run build:rn -- --watch",
"dev:qq": "npm run build:qq -- --watch",
"dev:jd": "npm run build:jd -- --watch",
"dev:quickapp": "npm run build:quickapp -- --watch",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --fix",
"format": "soy prettier-write",
"commit": "git pull && pnpm format && pnpm lint && git add -A && soy git-commit && git push",
"cleanup": "soy cleanup",
"update-pkg": "soy ncu",
"release": "soy release",
"tsx": "tsx",
"prepare": "soy init-simple-git-hooks"
},
"dependencies": {
"@babel/runtime": "^7.23.2",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/nutui-taro": "^4.1.7",
"@tarojs/cli": "3.6.18",
"@tarojs/components": "3.6.18",
"@tarojs/helper": "3.6.18",
"@tarojs/plugin-html": "3.6.18",
"@tarojs/plugin-platform-alipay": "3.6.18",
"@tarojs/plugin-platform-h5": "3.6.18",
"@tarojs/plugin-platform-jd": "3.6.18",
"@tarojs/plugin-platform-qq": "3.6.18",
"@tarojs/plugin-platform-swan": "3.6.18",
"@tarojs/plugin-platform-tt": "3.6.18",
"@tarojs/plugin-platform-weapp": "3.6.18",
"@tarojs/runtime": "3.6.18",
"@tarojs/shared": "3.6.18",
"@tarojs/taro": "3.6.18",
"@tarojs/webpack5-runner": "3.6.18",
"@vueuse/core": "^10.5.0",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"qs": "^6.11.2",
"vue": "^3.3.5"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@iconify/json": "^2.2.130",
"@iconify/utils": "^2.1.11",
"@soybeanjs/cli": "^0.7.4",
"@tarojs/plugin-framework-vue3": "3.6.18",
"@types/lodash-es": "^4.17.10",
"@types/node": "^20.8.7",
"@types/qs": "^6.9.9",
"@types/webpack-env": "^1.18.3",
"@unocss/webpack": "^0.56.5",
"@vue/babel-plugin-jsx": "^1.1.5",
"babel-preset-taro": "3.6.18",
"eslint": "^8.51.0",
"eslint-config-soybeanjs": "^0.5.7",
"simple-git-hooks": "^2.9.0",
"taro-plugin-pinia": "^1.0.0",
"tsx": "^3.14.0",
"typescript": "5.2.2",
"unocss": "^0.56.5",
"unocss-preset-weapp": "^0.56.0",
"unplugin-vue-components": "^0.25.2",
"vue-loader": "^17.2.2",
"vue-tsc": "^1.8.19",
"webpack": "^5.89.0"
},
"simple-git-hooks": {
"commit-msg": "pnpm soy git-commit-verify",
"pre-commit": "pnpm typecheck && pnpm soy lint-staged"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/what1119/taro-vue3-pinia.git
git@gitee.com:what1119/taro-vue3-pinia.git
what1119
taro-vue3-pinia
taro-vue3-pinia
main

搜索帮助