1 Star 0 Fork 29

feisungitup/taro-vue3-pinia

forked from 燕博文/taro-vue3-pinia 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.14 KB
一键复制 编辑 原始数据 按行查看 历史
燕博文 提交于 2023-03-27 14:09 . chore(deps): update deps
{
"name": "taro3-vue3-pinia",
"version": "1.0.0",
"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 --ext .js,.jsx,.mjs,.json,.ts,.tsx,.vue",
"format": "prettier . --write !**/*.{js,jsx,mjs,cjs,json,ts,tsx,mts,cts,vue,svelte,astro} !*.min.* !CHANGELOG.md !dist !LICENSE* !output !coverage !public !temp !package-lock.json !pnpm-lock.yaml !yarn.lock !__snapshots__",
"commit": "git pull && pnpm format && pnpm lint && git add -A && pnpm cz && git push",
"pre-commit": "git pull && pnpm lint-staged && pnpm cz && git push",
"cz": "czg",
"prepare": "husky install"
},
"dependencies": {
"@babel/runtime": "^7.21.0",
"@nutui/nutui-taro": "^4.0.4",
"@tarojs/cli": "3.6.2",
"@tarojs/components": "3.6.2",
"@tarojs/helper": "3.6.2",
"@tarojs/plugin-html": "3.6.2",
"@tarojs/plugin-platform-alipay": "3.6.2",
"@tarojs/plugin-platform-h5": "3.6.2",
"@tarojs/plugin-platform-jd": "3.6.2",
"@tarojs/plugin-platform-qq": "3.6.2",
"@tarojs/plugin-platform-swan": "3.6.2",
"@tarojs/plugin-platform-tt": "3.6.2",
"@tarojs/plugin-platform-weapp": "3.6.2",
"@tarojs/runtime": "3.6.2",
"@tarojs/shared": "3.6.2",
"@tarojs/taro": "3.6.2",
"@tarojs/webpack5-runner": "3.6.2",
"@vueuse/core": "^9.13.0",
"lodash-es": "^4.17.21",
"pinia": "^2.0.33",
"qs": "^6.11.1",
"vue": "^3.2.47"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@iconify/json": "^2.2.39",
"@iconify/utils": "^2.1.5",
"@tarojs/plugin-framework-vue3": "3.6.2",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.15.10",
"@types/qs": "^6.9.7",
"@types/webpack-env": "^1.18.0",
"@unocss/webpack": "^0.50.6",
"@vue/babel-plugin-jsx": "^1.1.1",
"babel-preset-taro": "3.6.2",
"commitlint": "^17.5.0",
"cz-git": "^1.6.1",
"czg": "^1.6.1",
"eslint": "^8.36.0",
"eslint-config-soybeanjs": "^0.3.1",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"taro-plugin-pinia": "^1.0.0",
"typescript": "4.9.5",
"unocss": "^0.50.6",
"unocss-preset-weapp": "^0.5.2",
"unplugin-vue-components": "^0.24.1",
"vue-loader": "^17.0.1",
"vue-tsc": "^1.2.0",
"webpack": "^5.76.3"
},
"lint-staged": {
"*.{js,jsx,mjs,json,ts,tsx,vue}": "eslint . --fix"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiongchu/taro-vue3-pinia.git
git@gitee.com:xiongchu/taro-vue3-pinia.git
xiongchu
taro-vue3-pinia
taro-vue3-pinia
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385