1 Star 0 Fork 0

Cheng/AnyCore-HeadlessDevKit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.61 KB
一键复制 编辑 原始数据 按行查看 历史
Cheng 提交于 2025-04-29 14:27 +08:00 . :bug:fix(custom): tailwind V4版本配置修复
{
"name": "any-core",
"type": "module",
"version": "1.0.0",
"packageManager": "yarn@4.9.1",
"description": "AnyCore ========= ## 简介 - 基于装饰器语法的快速开发框架。",
"author": "WuCheng",
"license": "ISC",
"homepage": "https://gitee.com/aragakki_yui/any-core",
"repository": {
"type": "git",
"url": "https://gitee.com/aragakki_yui/any-core.git"
},
"bugs": {
"url": "https://gitee.com/aragakki_yui/any-core/issues"
},
"keywords": [
"typescript",
"reflect",
"decorator",
"helper",
"frontend",
"core",
"any-core"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/**/*"
],
"scripts": {
"s": "vite",
"build": "vue-tsc --noEmit && vite build --emptyOutDir",
"preview": "vite preview",
"lint:fix": "eslint --fix",
"test": "vitest",
"cz": "cz",
"release": "release-it",
"publish": "npm publish",
"prepare": "husky"
},
"config": {
"commitizen": {
"path": "cz-customizable"
},
"cz-customizable": {
"config": "./.cz-config.cjs"
}
},
"dependencies": {
"@internationalized/date": "^3.8.0",
"@tailwindcss/vite": "^4.1.3",
"@tanstack/vue-table": "^8.21.3",
"@unhead/vue": "^2.0.2",
"@vee-validate/zod": "^4.15.0",
"@vueuse/core": "^13.1.0",
"axios": "^1.8.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-vue": "^8.6.0",
"lucide-vue-next": "^0.503.0",
"nprogress": "^0.2.0",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate": "^4.2.0",
"radix-vue": "^1.9.17",
"reka-ui": "^2.2.0",
"shadcn-vue": "^2.0.1",
"tailwind-merge": "^3.2.0",
"tw-animate-css": "^1.2.8",
"vaul-vue": "^0.4.1",
"vconsole": "^3.15.1",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-i18n": "^11.1.2",
"vue-router": "^4.5.0",
"vue-sonner": "^1.3.2",
"zod": "^3.24.3"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
"@intlify/unplugin-vue-i18n": "^6.0.5",
"@pinia/testing": "^1.0.0",
"@types/mockjs": "^1",
"@types/node": "^22.13.14",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/utils": "^8.29.1",
"@vitejs/plugin-legacy": "^6.0.2",
"@vitejs/plugin-vue": "^5.2.3",
"@vitest/coverage-v8": "^3.1.1",
"@vitest/ui": "^3.1.1",
"@vue/compiler-sfc": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.21",
"axios-mock-adapter": "^2.1.0",
"commitizen": "^4.3.1",
"commitlint": "^19.8.0",
"commitlint-config-cz": "^0.13.3",
"commitlint-config-gitmoji": "^2.3.1",
"consola": "^3.4.2",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.4.0",
"esbuild": "^0.21.0",
"eslint": "^9.23.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.0",
"mockjs": "^1.1.0",
"postcss": "^8.5.3",
"postcss-mobile-forever": "^5.0.0",
"release-it": "^18.1.2",
"supports-color": "^10.0.0",
"tailwindcss": "^4.1.3",
"terser": "^5.28.1",
"typescript": "^5.8.2",
"unplugin-auto-import": "^19.1.2",
"unplugin-vue-components": "^28.4.1",
"unplugin-vue-router": "^0.12.0",
"vite": "^6.2.4",
"vite-plugin-mock-dev-server": "^1.8.4",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-sitemap": "^0.7.1",
"vite-plugin-vconsole": "^2.1.1",
"vite-plugin-vue-devtools": "^7.7.2",
"vitest": "^3.1.1",
"vue-tsc": "^2.2.8"
},
"lint-staged": {
"src/**/*.{?([cm])[jt]s?(x),vue,md,json}": [
"eslint --cache --fix"
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"volta": {
"node": "23.11.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/WuCheng-cn/any-core-headless-dev-kit.git
git@gitee.com:WuCheng-cn/any-core-headless-dev-kit.git
WuCheng-cn
any-core-headless-dev-kit
AnyCore-HeadlessDevKit
master

搜索帮助