123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- {
- "name": "ant-design-x-vue",
- "version": "1.0.6",
- "description": "Craft AI-driven interfaces effortlessly",
- "keywords": [
- "AI",
- "Copilot",
- "ant",
- "antdv",
- "components",
- "framework",
- "chat-ui",
- "vue"
- ],
- "scripts": {
- "build": "vite build && vue-tsc --project ./tsconfig.build.json && tsc resolver/index.ts --outDir dist/resolver --declaration",
- "build:watch": "vite build --watch",
- "docs:dev": "vitepress dev docs --host",
- "docs:build": "vitepress build docs",
- "docs:preview": "vitepress preview docs",
- "lint": "npm run lint:es",
- "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx,vue}\"",
- "prepublishOnly": "npm run test && npm run build",
- "release": "pnpm test && changelogen --release && npm publish && git push --follow-tags",
- "test": "vitest",
- "test:cov": "vitest --coverage",
- "typecheck": "vue-tsc --noEmit",
- "play": "vite ./play"
- },
- "author": {
- "name": "wzc520pyfm",
- "email": "wzc520pyf@163.com",
- "url": "https://github.com/wzc520pyfm"
- },
- "repository": {
- "type": "git"
- },
- "license": "MIT",
- "exports": {
- ".": {
- "types": "./dist/typings/index.d.ts",
- "import": "./dist/index.mjs",
- "require": "./dist/index.umd.js"
- },
- "./dist/style.css": "./dist/style.css",
- "./resolver": {
- "types": "./dist/typings/resolver/index.d.ts",
- "import": "./dist/resolver/index.js"
- }
- },
- "main": "./dist/index.umd.js",
- "module": "./dist/index.mjs",
- "unpkg": "dist/index.umd.js",
- "types": "./dist/typings/index.d.ts",
- "files": [
- "dist"
- ],
- "commitlint": {
- "extends": [
- "@commitlint/config-conventional"
- ]
- },
- "lint-staged": {
- "*.{md,json}": [
- "prettier --write --no-error-on-unmatched-pattern"
- ],
- "*.{css,less}": [
- "stylelint --fix",
- "prettier --write"
- ],
- "*.{js,jsx}": [
- "eslint --fix",
- "prettier --write"
- ],
- "*.{ts,tsx}": [
- "eslint --fix",
- "prettier --parser=typescript --write"
- ]
- },
- "publishConfig": {
- "access": "public"
- },
- "peerDependencies": {
- "ant-design-vue": ">=4.0.0",
- "vue": ">=3.3.0"
- },
- "devDependencies": {
- "@ant-design/icons-vue": "^7.0.1",
- "@commitlint/cli": "^17.1.2",
- "@commitlint/config-conventional": "^17.1.0",
- "@eslint/js": "^9.11.1",
- "@stackblitz/sdk": "^1.11.0",
- "@types/markdown-it": "^14.1.2",
- "@types/node": "^22.10.2",
- "@types/stylis": "^4.2.7",
- "@typescript-eslint/eslint-plugin": "^8.7.0",
- "@typescript-eslint/parser": "^8.7.0",
- "@vitejs/plugin-vue": "^5.1.4",
- "@vitejs/plugin-vue-jsx": "^4.0.1",
- "@vitest/coverage-v8": "^2.1.1",
- "@vue/shared": "^3.5.13",
- "@vue/test-utils": "^2.4.6",
- "@vueuse/core": "^12.2.0",
- "ant-design-vue": "^4.2.6",
- "changelogen": "^0.5.7",
- "eslint": "^8.57.1",
- "eslint-plugin-vue": "^9.17.0",
- "fast-glob": "^3.3.2",
- "happy-dom": "^15.7.4",
- "husky": "^8.0.1",
- "less": "^4.2.0",
- "lint-staged": "^13.0.3",
- "markdown-it": "^14.1.0",
- "markdown-it-container": "^4.0.0",
- "prettier": "^2.7.1",
- "prettier-plugin-organize-imports": "^3.0.0",
- "prettier-plugin-packagejson": "^2.2.18",
- "stylelint": "^14.9.1",
- "typescript": "~5.5.4",
- "unplugin-vue-macros": "^2.13.6",
- "vite": "^5.4.8",
- "vite-plugin-inspect": "^0.8.9",
- "vitepress": "^1.5.0",
- "vitest": "^2.1.1",
- "vue": "^3.5.10",
- "vue-tsc": "^2.1.6"
- },
- "dependencies": {
- "@ant-design/fast-color": "^2.0.6",
- "@emotion/hash": "^0.9.2",
- "@emotion/unitless": "^0.10.0",
- "classnames": "^2.5.1",
- "csstype": "^3.1.3",
- "stylis": "^4.3.4"
- },
- "packageManager": "pnpm@9.6.0"
- }
|