mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			111 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			111 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "soybean-admin",
 | 
						|
  "type": "module",
 | 
						|
  "version": "1.1.1",
 | 
						|
  "description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
 | 
						|
  "author": {
 | 
						|
    "name": "Soybean",
 | 
						|
    "email": "soybeanjs@outlook.com",
 | 
						|
    "url": "https://github.com/soybeanjs"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "homepage": "https://github.com/soybeanjs/soybean-admin",
 | 
						|
  "repository": {
 | 
						|
    "url": "https://github.com/soybeanjs/soybean-admin.git"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/soybeanjs/soybean-admin/issues"
 | 
						|
  },
 | 
						|
  "keywords": [
 | 
						|
    "Vue3 admin ",
 | 
						|
    "vue-admin-template",
 | 
						|
    "Vite5",
 | 
						|
    "TypeScript",
 | 
						|
    "naive-ui",
 | 
						|
    "naive-ui-admin",
 | 
						|
    "ant-design-vue v4",
 | 
						|
    "UnoCSS"
 | 
						|
  ],
 | 
						|
  "engines": {
 | 
						|
    "node": ">=18.12.0",
 | 
						|
    "pnpm": ">=8.7.0"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "build": "vite build --mode prod",
 | 
						|
    "build:test": "vite build --mode test",
 | 
						|
    "cleanup": "sa cleanup",
 | 
						|
    "commit": "sa git-commit",
 | 
						|
    "dev": "vite --mode test",
 | 
						|
    "dev:prod": "vite --mode prod",
 | 
						|
    "gen-route": "sa gen-route",
 | 
						|
    "lint": "eslint . --fix",
 | 
						|
    "prepare": "simple-git-hooks",
 | 
						|
    "preview": "vite preview",
 | 
						|
    "release": "sa release",
 | 
						|
    "typecheck": "vue-tsc --noEmit --skipLibCheck",
 | 
						|
    "update-pkg": "sa update-pkg"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@better-scroll/core": "2.5.1",
 | 
						|
    "@iconify/vue": "4.1.2",
 | 
						|
    "@sa/axios": "workspace:*",
 | 
						|
    "@sa/color": "workspace:*",
 | 
						|
    "@sa/hooks": "workspace:*",
 | 
						|
    "@sa/materials": "workspace:*",
 | 
						|
    "@sa/utils": "workspace:*",
 | 
						|
    "@vueuse/core": "10.9.0",
 | 
						|
    "clipboard": "2.0.11",
 | 
						|
    "dayjs": "1.11.11",
 | 
						|
    "echarts": "5.5.0",
 | 
						|
    "lodash-es": "4.17.21",
 | 
						|
    "naive-ui": "2.38.2",
 | 
						|
    "nprogress": "0.2.0",
 | 
						|
    "pinia": "2.1.7",
 | 
						|
    "vue": "3.4.27",
 | 
						|
    "vue-draggable-plus": "0.4.1",
 | 
						|
    "vue-i18n": "9.13.1",
 | 
						|
    "vue-router": "4.3.2"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@elegant-router/vue": "0.3.7",
 | 
						|
    "@iconify/json": "2.2.211",
 | 
						|
    "@sa/scripts": "workspace:*",
 | 
						|
    "@sa/uno-preset": "workspace:*",
 | 
						|
    "@soybeanjs/eslint-config": "1.3.5",
 | 
						|
    "@types/lodash-es": "4.17.12",
 | 
						|
    "@types/node": "20.12.12",
 | 
						|
    "@types/nprogress": "0.2.3",
 | 
						|
    "@unocss/eslint-config": "0.60.2",
 | 
						|
    "@unocss/preset-icons": "0.60.2",
 | 
						|
    "@unocss/preset-uno": "0.60.2",
 | 
						|
    "@unocss/transformer-directives": "0.60.2",
 | 
						|
    "@unocss/transformer-variant-group": "0.60.2",
 | 
						|
    "@unocss/vite": "0.60.2",
 | 
						|
    "@vitejs/plugin-vue": "5.0.4",
 | 
						|
    "@vitejs/plugin-vue-jsx": "3.1.0",
 | 
						|
    "eslint": "9.3.0",
 | 
						|
    "eslint-plugin-vue": "9.26.0",
 | 
						|
    "lint-staged": "15.2.2",
 | 
						|
    "sass": "1.77.2",
 | 
						|
    "simple-git-hooks": "2.11.1",
 | 
						|
    "tsx": "4.10.5",
 | 
						|
    "typescript": "5.4.5",
 | 
						|
    "unplugin-icons": "0.19.0",
 | 
						|
    "unplugin-vue-components": "0.27.0",
 | 
						|
    "vite": "5.2.11",
 | 
						|
    "vite-plugin-progress": "0.0.7",
 | 
						|
    "vite-plugin-svg-icons": "2.0.1",
 | 
						|
    "vite-plugin-vue-devtools": "7.2.0",
 | 
						|
    "vue-eslint-parser": "9.4.2",
 | 
						|
    "vue-tsc": "2.0.19"
 | 
						|
  },
 | 
						|
  "simple-git-hooks": {
 | 
						|
    "commit-msg": "pnpm sa git-commit-verify",
 | 
						|
    "pre-commit": "pnpm typecheck && pnpm lint-staged"
 | 
						|
  },
 | 
						|
  "lint-staged": {
 | 
						|
    "*": "eslint --fix"
 | 
						|
  },
 | 
						|
  "website": "https://admin.soybeanjs.cn"
 | 
						|
}
 |