{ "name": "@baota/naive-ui", "version": "1.0.0", "type": "module", "scripts": { "start": "vite", "test": "vitest", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix" }, "exports": { "./hooks": "./src/hooks/index.tsx", "./types/*": "./src/types/*.d.ts", "./theme": "./src/theme/index.tsx", "./components/*": "./src/components/*.tsx", "./i18n": "./src/i18n/index.tsx" }, "dependencies": { "@vueuse/core": "^10.7.0", "naive-ui": "^2.41.0", "vue": "^3.5.13", "vue-router": "4", "vue-i18n": "^11.1.2", "axios": "^1.8.4", "@vicons/antd": "^0.13.0", "@vicons/fluent": "^0.13.0", "@vicons/ionicons5": "^0.13.0" }, "devDependencies": { "@baota/eslint": "workspace:*", "@baota/typescript": "workspace:*", "@baota/prettier": "workspace:*", "@baota/utils": "workspace:*", "@types/node": "^20.10.5", "@vitejs/plugin-vue": "^4.5.2", "@vitejs/plugin-vue-jsx": "^3.1.0", "autoprefixer": "^10.4.20", "postcss": "^8.5.1", "tailwindcss": "^3.4.17", "vite": "^5.0.10", "vitest": "^1.0.4", "vue-tsc": "^1.8.25" }, "main": "index.js", "keywords": [], "author": "", "license": "ISC", "peerDependencies": { "vue": "^3.5.13", "vue-i18n": "^11.1.2" } }