tdesign-vue-next-starter/package.json

97 lines
3.1 KiB
JSON
Raw Normal View History

2021-11-26 11:32:16 +08:00
{
"name": "@tencent/tdesign-vue-next-starter",
2023-10-04 13:46:35 +08:00
"version": "0.9.0",
2021-11-26 11:32:16 +08:00
"scripts": {
"dev:mock": "vite --open --mode mock",
"dev": "vite --open --mode development",
2022-03-11 15:54:17 +08:00
"dev:linux": "vite --mode development",
2021-11-26 11:32:16 +08:00
"build:test": "vite build --mode test",
"build": "vue-tsc --noEmit && vite build --mode release",
"build:site": "vue-tsc --noEmit && vite build --mode site",
"preview": "vite preview",
2021-11-26 11:32:16 +08:00
"lint": "eslint --ext .vue,.js,.jsx,.ts,.tsx ./ --max-warnings 0",
"lint:fix": "eslint --ext .vue,.js,jsx,.ts,.tsx ./ --max-warnings 0 --fix",
"stylelint": "stylelint src/**/*.{html,vue,sass,less}",
2023-07-11 19:17:46 +08:00
"stylelint:fix": "stylelint --fix src/**/*.{html,vue,css,sass,less}",
"prepare": "husky install",
"site:preview": "npm run build && cp -r dist _site",
2022-04-11 14:26:44 +08:00
"test": "echo \"no test specified,work in process\"",
"test:coverage": "echo \"no test:coverage specified,work in process\""
2021-11-26 11:32:16 +08:00
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"echarts": "5.1.2",
"lodash": "^4.17.21",
2021-11-26 11:32:16 +08:00
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
2023-07-28 13:34:43 +08:00
"pinia-plugin-persistedstate": "^3.2.0",
"qrcode.vue": "^3.4.1",
"qs": "^6.11.2",
"tdesign-icons-vue-next": "^0.2.2",
"tdesign-vue-next": "^1.6.8",
2023-06-07 17:57:37 +08:00
"tdesign-site-components": "^0.12.9",
"tdesign-theme-generator": "^1.0.5",
2023-05-23 13:04:45 +08:00
"tvision-color": "^1.6.0",
Chore/sync main to site (#664) * fix: setting radio height * build(deps): bump tdesign-vue-next from 0.20.2 to 0.20.3 (#283) Bumps [tdesign-vue-next](https://github.com/Tencent/tdesign-vue-next) from 0.20.2 to 0.20.3. - [Release notes](https://github.com/Tencent/tdesign-vue-next/releases) - [Changelog](https://github.com/Tencent/tdesign-vue-next/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Tencent/tdesign-vue-next/compare/0.20.2...0.20.3) --- updated-dependencies: - dependency-name: tdesign-vue-next dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat: loginRedirect add redirect (#287) Co-authored-by: Setli <set_li@163.com> * fix: tab-router refresh fail (#289) * fix: 修复持久化的问题 (#316) * fix: 修正首次进入页面时由于userStore数据还未初始化导致的白屏的问题 * Update user.ts fix: 优化逻辑 * fix: 修复路径重复拼接的问题 (#319) * feat: upgrade tdesign to 0.23 (#322) * feat: add backend dynamic router permission code (#394) (#397) * chore: 大致雏形 * feat: complete permission code * feat: 修复渲染问题并完善权限代码 * chore: release 0.7.0 * chore: 更新依赖 * chore: fix echarts version * feat: upgrade dependencies * chore: mock route map * chore: hash router * chore: concat fixed routers * chore: fix dependencies * feat: optimize * chore: remove roles from get menu process * chore: remain fe permssion code Co-authored-by: 悠静萝莉 <i@mikuhl.cn> Co-authored-by: 悠静萝莉 <i@mikuhl.cn> * chore: sync main for develop (#549) * feat: upgrade vite4 (#533) * chore: 升级vite4 * docs: 项目简介 修改 * fix: 打包后预览提示TypeError * chore: @vitejs/plugin-vue,@vitejs/plugin-vue-jsx升级 * docs: 项目简介 修改 * fix: 204无内容直接返回判断 (#539) * feat(axios util): support params stringify (#544) * fix(permission store): clear routes when logout (#545) fix #541 * chore: release 0.7.7 (#548) * chore: release 0.7.7 * chore: dump tdesign version --------- Co-authored-by: liweijie0812 <674416404@qq.com> Co-authored-by: ngyyuusora <jiliangsoft@live.com> * chore: update version (#616) * fix: echarts resize error (#622) * fix: mock menu (#630) * fix(i18n): pages.result.fail.modify中文未定义 (#632) * fix(i18n): 修复用户中心词条不生效的问题 (#634) * fix: 修复husky可能找不到npx命令的问题 (#635) * fix(i18n): 修复用户中心词条不生效的问题 (#634) (#636) * feat: 升级依赖到最新版本 (#637) * feat: 升级依赖到最新版本 * fix(style): 使用新版格式修复文件 * fix(style): eslint自动格式化 * feat(hook): 替换窗口大小变化监听器 (#638) * feat(hook): 替换窗口大小变化监听器 * feat(state): 替换响应式数据监听器 * feat(clipboard): 移除无用依赖,替换剪贴方法 * fix: 补上遗漏的逗号 * fix: 移除重复出现的依赖项 * feat: use $t (#640) * fix: ts error (#652) * fix: 修复循环过深的问题 (#650) * fix: 修复循环过深的问题 * fix: 修复依赖更新导致的类型错误 * chore: fix type (#653) * chore: fix type * chore: remove console * fix: hotfix useRoute bug after vue 3.4 release (#660) * chore: sync main to site --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Setli <darkgame@163.com> Co-authored-by: Setli <set_li@163.com> Co-authored-by: PDieE <23275429@qq.com> Co-authored-by: 悠静萝莉 <i@mikuhl.cn> Co-authored-by: liweijie0812 <674416404@qq.com> Co-authored-by: ngyyuusora <jiliangsoft@live.com> Co-authored-by: Cosmos <cosmosliu@foxmail.com> Co-authored-by: PY <pengyue970715@gmail.com>
2024-01-10 17:39:38 +08:00
"vue": "~3.3.8",
"vue-i18n": "^9.6.5",
2023-07-28 13:34:43 +08:00
"vue-router": "~4.2.4"
2021-11-26 11:32:16 +08:00
},
"devDependencies": {
"@commitlint/cli": "^18.4.1",
"@commitlint/config-conventional": "^18.4.0",
"@types/echarts": "^4.9.21",
"@types/lodash": "^4.14.201",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.10",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vitejs/plugin-vue-jsx": "^3.0.2",
"@vue/compiler-sfc": "^3.3.8",
"@vue/eslint-config-typescript": "^12.0.0",
"commitizen": "^4.3.0",
2022-04-06 17:27:30 +08:00
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.53.0",
2021-11-26 11:32:16 +08:00
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.18.1",
"eslint-plugin-vue-scoped-css": "^2.5.1",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^15.1.0",
2021-11-26 11:32:16 +08:00
"mockjs": "^1.1.0",
2023-02-01 15:37:47 +08:00
"postcss-html": "^1.5.0",
"postcss-less": "^6.0.0",
"prettier": "^3.1.0",
"stylelint": "~15.11.0",
"stylelint-config-standard": "^34.0.0",
"stylelint-order": "~6.0.3",
"typescript": "~5.3.2",
"vite": "^4.5.0",
"vite-plugin-mock": "^3.0.0",
"vite-svg-loader": "^4.0.0",
"vue-tsc": "^1.8.22"
2021-11-26 11:32:16 +08:00
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"prettier --write",
"npm run lint:fix"
2021-11-26 11:32:16 +08:00
],
2023-07-11 19:17:46 +08:00
"*.{html,vue,css,sass,less}": [
"npm run stylelint:fix"
2021-11-26 11:32:16 +08:00
]
2023-09-22 18:27:47 +08:00
},
"engines": {
"node": ">=16.0.0"
2021-11-26 11:32:16 +08:00
}
}