chore: initialize zui demo project
上级
docs/package.json
0 → 100644
docs/uno.config.ts
0 → 100644
eslint.config.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "zui-demo", | |||
| "type": "module", | |||
| "version": "0.0.0", | |||
| "private": true, | |||
| "packageManager": "pnpm@10.26.1", | |||
| "description": "ZUI demo component library scaffold", | |||
| "license": "MIT", | |||
| "sideEffects": false, | |||
| "exports": { | |||
| ".": "./es/index.js", | |||
| "./package.json": "./package.json" | |||
| }, | |||
| "types": "./es/index.d.ts", | |||
| "files": [ | |||
| "es" | |||
| ], | |||
| "scripts": { | |||
| "lint": "eslint . --no-warn-ignored", | |||
| "lint:fix": "eslint . --fix --no-warn-ignored", | |||
| "build": "tsdown", | |||
| "build:docs": "pnpm -C docs build", | |||
| "build:prod": "pnpm build:docs", | |||
| "dev": "pnpm -C docs dev", | |||
| "play": "pnpm -C playground dev", | |||
| "test": "vitest", | |||
| "test:ui": "vitest --ui --coverage.enabled=true", | |||
| "test:coverage": "vitest run --coverage", | |||
| "typecheck": "vue-tsc --noEmit", | |||
| "prepare": "simple-git-hooks" | |||
| }, | |||
| "peerDependencies": { | |||
| "ant-design-vue": "^4.2.0", | |||
| "vue": "^3.0.0" | |||
| }, | |||
| "dependencies": { | |||
| "ag-grid-enterprise": "^35.0.0", | |||
| "ag-grid-vue3": "^35.0.0", | |||
| "ant-design-vue": "^4.2.0", | |||
| "jss": "^10.10.0", | |||
| "jss-plugin-camel-case": "^10.10.0", | |||
| "jss-plugin-compose": "^10.10.0", | |||
| "jss-plugin-default-unit": "^10.10.0", | |||
| "jss-plugin-expand": "^10.10.0", | |||
| "jss-plugin-extend": "^10.10.0", | |||
| "jss-plugin-global": "^10.10.0", | |||
| "jss-plugin-nested": "^10.10.0", | |||
| "jss-plugin-props-sort": "^10.10.0", | |||
| "jss-plugin-rule-value-function": "^10.10.0", | |||
| "jss-preset-default": "^10.10.0", | |||
| "type-fest": "^5.3.1", | |||
| "vue-component-type-helpers": "^3.2.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@antfu/eslint-config": "^7.1.0", | |||
| "@antfu/ni": "^28.0.0", | |||
| "@types/node": "^25.0.3", | |||
| "@vitejs/plugin-vue-jsx": "^5.1.2", | |||
| "@vitest/coverage-v8": "^4.0.16", | |||
| "@vitest/ui": "^4.0.16", | |||
| "@vue/compiler-sfc": "^3.5.26", | |||
| "@vue/test-utils": "^2.4.6", | |||
| "eslint": "^9.39.2", | |||
| "eslint-plugin-format": "^1.1.0", | |||
| "fast-glob": "^3.3.3", | |||
| "happy-dom": "^20.0.11", | |||
| "simple-git-hooks": "^2.13.1", | |||
| "tsdown": "0.20.0-beta.4", | |||
| "typescript": "^5.9.3", | |||
| "unocss": "^66.5.10", | |||
| "unplugin-vue": "^7.1.0", | |||
| "unplugin-vue-jsx": "^0.8.1", | |||
| "vitest": "^4.0.16", | |||
| "vue": "^3.5.26", | |||
| "vue-tsc": "^3.2.1" | |||
| }, | |||
| "simple-git-hooks": { | |||
| "pre-commit": "pnpm lint:fix" | |||
| } | |||
| } |
playground/index.html
0 → 100644
playground/package.json
0 → 100644
playground/public/favicon.svg
0 → 100644
playground/src/App.vue
0 → 100644
playground/src/main.ts
0 → 100644
playground/src/pages/index.md
0 → 100644
playground/src/pages/test.md
0 → 100644
playground/src/styles/main.css
0 → 100644
playground/src/vite-env.d.ts
0 → 100644
playground/tsconfig.json
0 → 100644
playground/uno.config.ts
0 → 100644
playground/vite.config.ts
0 → 100644
pnpm-lock.yaml
0 → 100644
因为 它太大了无法显示 source diff 。您可以改为 查看blob。
pnpm-workspace.yaml
0 → 100644
src/_utils/env/browser.ts
0 → 100644
想要评论请 注册 或 登录