加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.84 KB
一键复制 编辑 原始数据 按行查看 历史
東雲研究所 提交于 2023-06-25 23:19 . “feat:chart模块”
{
"name": "taro3-vue3-pinia",
"version": "1.0.0",
"private": true,
"scripts": {
"build:weapp": "taro build --type weapp",
"build:h5": "taro build --type h5",
"dev:weapp": "npm run build:weapp -- --watch --env production",
"dev:h5": "npm run build:h5 -- --watch",
"typecheck": "vue-tsc --noEmit --skipLibCheck",
"lint": "eslint . --fix",
"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.22.5",
"@nutui/icons-vue": "^0.0.26",
"@nutui/nutui-taro": "^4.0.9",
"@tarojs/cli": "3.6.8",
"@tarojs/components": "3.6.8",
"@tarojs/helper": "3.6.8",
"@tarojs/plugin-html": "3.6.8",
"@tarojs/plugin-http": "^3.6.8",
"@tarojs/plugin-platform-alipay": "3.6.8",
"@tarojs/plugin-platform-h5": "3.6.8",
"@tarojs/plugin-platform-jd": "3.6.8",
"@tarojs/plugin-platform-qq": "3.6.8",
"@tarojs/plugin-platform-swan": "3.6.8",
"@tarojs/plugin-platform-tt": "3.6.8",
"@tarojs/plugin-platform-weapp": "3.6.8",
"@tarojs/runtime": "3.6.8",
"@tarojs/shared": "3.6.8",
"@tarojs/taro": "3.6.8",
"@tarojs/webpack5-runner": "3.6.8",
"@vueuse/core": "^10.1.2",
"dayjs": "^1.11.8",
"lodash-es": "^4.17.21",
"pinia": "^2.1.4",
"qs": "^6.11.2",
"taro-plugin-unocss": "^0.0.3",
"vue": "^3.3.4"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@iconify/json": "^2.2.78",
"@iconify/utils": "^2.1.6",
"@tarojs/plugin-framework-vue3": "3.6.8",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.3.1",
"@types/qs": "^6.9.7",
"@types/webpack-env": "^1.18.1",
"@unocss/webpack": "^0.53.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"babel-preset-taro": "3.6.8",
"cache-loader": "^4.1.0",
"commitlint": "^17.6.5",
"czg": "^1.6.1",
"eslint": "^8.42.0",
"eslint-config-soybeanjs": "^0.4.9",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"svg-sprite-loader": "^6.0.11",
"taro-plugin-compiler-optimization": "^1.0.4",
"taro-plugin-pinia": "^1.0.0",
"thread-loader": "^4.0.2",
"typescript": "5.1.3",
"unocss": "^0.53.1",
"unocss-preset-weapp": "^0.52.1",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1",
"vue-loader": "^17.2.2",
"vue-tsc": "^1.6.5",
"webpack": "^5.87.0"
},
"lint-staged": {
"*.{js,mjs,jsx,ts,mts,tsx,json,vue,svelte,astro}": "eslint . --fix",
"*.!{js,mjs,jsx,ts,mts,tsx,json,vue,svelte,astro}": "format"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化