51 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "name": "@vben/web-antd",
 | 
						|
  "version": "5.0.0",
 | 
						|
  "homepage": "https://github.com/vbenjs/vue-vben-admin",
 | 
						|
  "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
 | 
						|
    "directory": "apps/vben-admin"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "author": {
 | 
						|
    "name": "vben",
 | 
						|
    "email": "ann.vben@gmail.com",
 | 
						|
    "url": "https://github.com/anncwb"
 | 
						|
  },
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "build": "pnpm vite build",
 | 
						|
    "build:analyze": "pnpm vite build --mode analyze",
 | 
						|
    "dev": "pnpm vite",
 | 
						|
    "preview": "vite preview",
 | 
						|
    "typecheck": "vue-tsc --noEmit --skipLibCheck"
 | 
						|
  },
 | 
						|
  "imports": {
 | 
						|
    "#/*": "./src/*"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@vben-core/helpers": "workspace:*",
 | 
						|
    "@vben-core/locales": "workspace:*",
 | 
						|
    "@vben-core/preferences": "workspace:*",
 | 
						|
    "@vben-core/request": "workspace:*",
 | 
						|
    "@vben-core/stores": "workspace:*",
 | 
						|
    "@vben/access": "workspace:*",
 | 
						|
    "@vben/chart-ui": "workspace:*",
 | 
						|
    "@vben/constants": "workspace:*",
 | 
						|
    "@vben/icons": "workspace:*",
 | 
						|
    "@vben/layouts": "workspace:*",
 | 
						|
    "@vben/styles": "workspace:*",
 | 
						|
    "@vben/types": "workspace:*",
 | 
						|
    "@vben/universal-ui": "workspace:*",
 | 
						|
    "@vben/utils": "workspace:*",
 | 
						|
    "@vueuse/core": "^10.11.0",
 | 
						|
    "ant-design-vue": "^4.2.3",
 | 
						|
    "dayjs": "^1.11.11",
 | 
						|
    "pinia": "2.1.7",
 | 
						|
    "vue": "^3.4.31",
 | 
						|
    "vue-router": "^4.4.0"
 | 
						|
  }
 | 
						|
}
 |