1 Star 0 Fork 29

冷星/taro-vue3-pinia

forked from 燕博文/taro-vue3-pinia 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.09 KB
一键复制 编辑 原始数据 按行查看 历史
燕博文 提交于 2022-06-10 14:17 . chore(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": "NODE_ENV=production npm run build:weapp -- --watch",
"devtools:weapp": "npm run build:weapp -- --watch --devtools",
"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",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
"prepare": "husky install",
"postinstall": "git config core.hooksPath .husky && chmod 700 .husky/*",
"updates": "yarn upgrade-interactive --latest"
},
"lint-staged": {
"*.{vue,js,jsx,ts,tsx}": "eslint --fix"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@nutui/nutui-taro": "^3.1.21",
"@tarojs/cli": "^3.4.11",
"@tarojs/components": "^3.4.11",
"@tarojs/plugin-html": "^3.4.11",
"@tarojs/runtime": "^3.4.11",
"@tarojs/taro": "^3.4.11",
"@vueuse/core": "^8.6.0",
"lodash-es": "^4.17.21",
"pinia": "^2.0.14",
"qs": "^6.10.5",
"vue": "^3.2.37"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@tarojs/mini-runner": "^3.4.11",
"@tarojs/plugin-framework-vue3": "^3.4.11",
"@tarojs/plugin-vue-devtools": "^3.4.11",
"@tarojs/webpack-runner": "^3.4.11",
"@types/lodash-es": "^4.17.6",
"@types/qs": "^6.9.7",
"@types/webpack-env": "^1.17.0",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vue/tsconfig": "^0.1.3",
"babel-plugin-import": "^1.13.5",
"babel-preset-taro": "^3.4.11",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^6.3.0",
"eslint": "^8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-taro": "^3.4.11",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"prettier": "^2.6.2",
"taro-plugin-pinia": "^1.0.0",
"taro-plugin-tailwind": "^1.2.8",
"vue-eslint-parser": "^9.0.2",
"typescript": "^4.7.3",
"vue-loader": "^17.0.0",
"vue-tsc": "^0.37.3"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/WebFronter/taro-vue3-pinia.git
[email protected]:WebFronter/taro-vue3-pinia.git
WebFronter
taro-vue3-pinia
taro-vue3-pinia
main

搜索帮助