mirror of
				https://github.com/soybeanjs/soybean-admin.git
				synced 2025-11-04 07:43:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			102 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			102 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "soybean-admin",
 | 
						|
  "version": "0.9.3",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "cross-env VITE_ENV_TYPE=dev vite",
 | 
						|
    "dev:test": "cross-env VITE_ENV_TYPE=test vite",
 | 
						|
    "dev:prod": "cross-env VITE_ENV_TYPE=prod vite",
 | 
						|
    "build": "npm run typecheck && cross-env VITE_ENV_TYPE=prod vite build",
 | 
						|
    "build:dev": "npm run typecheck && cross-env VITE_ENV_TYPE=dev vite build",
 | 
						|
    "build:test": "npm run typecheck && cross-env VITE_ENV_TYPE=test vite build",
 | 
						|
    "build:vercel": "cross-env VITE_HASH_ROUTE=true vite build",
 | 
						|
    "preview": "vite preview --port 5050",
 | 
						|
    "typecheck": "vue-tsc --noEmit",
 | 
						|
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
 | 
						|
    "prepare": "husky install",
 | 
						|
    "postinstall": "patch-package",
 | 
						|
    "release": "standard-version",
 | 
						|
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md"
 | 
						|
  },
 | 
						|
  "lint-staged": {
 | 
						|
    "*.{vue,js,jsx,ts,tsx}": "eslint --fix"
 | 
						|
  },
 | 
						|
  "config": {
 | 
						|
    "commitizen": {
 | 
						|
      "path": "./node_modules/cz-customizable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@antv/g2plot": "^2.4.15",
 | 
						|
    "@better-scroll/core": "^2.4.2",
 | 
						|
    "@vueuse/core": "^8.3.1",
 | 
						|
    "axios": "^0.26.1",
 | 
						|
    "clipboard": "^2.0.10",
 | 
						|
    "colord": "^2.9.2",
 | 
						|
    "crypto-js": "^4.1.1",
 | 
						|
    "dayjs": "^1.11.1",
 | 
						|
    "form-data": "^4.0.0",
 | 
						|
    "lodash-es": "^4.17.21",
 | 
						|
    "naive-ui": "^2.28.2",
 | 
						|
    "pinia": "^2.0.13",
 | 
						|
    "print-js": "^1.6.0",
 | 
						|
    "qs": "^6.10.3",
 | 
						|
    "soybean-admin-layout": "^1.0.4",
 | 
						|
    "soybean-admin-tab": "^1.2.3",
 | 
						|
    "swiper": "^8.1.3",
 | 
						|
    "ua-parser-js": "^1.0.2",
 | 
						|
    "vditor": "^3.8.13",
 | 
						|
    "vue": "3.2.33",
 | 
						|
    "vue-router": "^4.0.14",
 | 
						|
    "wangeditor": "^4.7.15",
 | 
						|
    "xgplayer": "^2.31.6"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@amap/amap-jsapi-types": "^0.0.8",
 | 
						|
    "@commitlint/cli": "^16.2.3",
 | 
						|
    "@commitlint/config-conventional": "^16.2.1",
 | 
						|
    "@iconify/json": "^2.1.30",
 | 
						|
    "@iconify/vue": "^3.2.1",
 | 
						|
    "@types/bmapgl": "^0.0.5",
 | 
						|
    "@types/crypto-js": "^4.1.1",
 | 
						|
    "@types/node": "^17.0.25",
 | 
						|
    "@types/qs": "^6.9.7",
 | 
						|
    "@types/ua-parser-js": "^0.7.36",
 | 
						|
    "@typescript-eslint/eslint-plugin": "^5.20.0",
 | 
						|
    "@typescript-eslint/parser": "^5.20.0",
 | 
						|
    "@vitejs/plugin-vue": "^2.3.1",
 | 
						|
    "@vitejs/plugin-vue-jsx": "^1.3.10",
 | 
						|
    "@vue/eslint-config-prettier": "^7.0.0",
 | 
						|
    "@vue/eslint-config-typescript": "^10.0.0",
 | 
						|
    "@vue/tsconfig": "^0.1.3",
 | 
						|
    "commitizen": "^4.2.4",
 | 
						|
    "cross-env": "^7.0.3",
 | 
						|
    "cz-conventional-changelog": "^3.3.0",
 | 
						|
    "cz-customizable": "^6.3.0",
 | 
						|
    "eslint": "^8.13.0",
 | 
						|
    "eslint-config-airbnb-base": "^15.0.0",
 | 
						|
    "eslint-config-prettier": "^8.5.0",
 | 
						|
    "eslint-plugin-import": "^2.26.0",
 | 
						|
    "eslint-plugin-prettier": "^4.0.0",
 | 
						|
    "eslint-plugin-vue": "^8.6.0",
 | 
						|
    "husky": "^7.0.4",
 | 
						|
    "lint-staged": "^12.4.0",
 | 
						|
    "mockjs": "^1.1.0",
 | 
						|
    "patch-package": "^6.4.7",
 | 
						|
    "postinstall-postinstall": "^2.1.0",
 | 
						|
    "prettier": "^2.6.2",
 | 
						|
    "rollup-plugin-visualizer": "^5.6.0",
 | 
						|
    "sass": "^1.50.1",
 | 
						|
    "typescript": "^4.6.3",
 | 
						|
    "unocss": "^0.31.12",
 | 
						|
    "unplugin-icons": "^0.14.1",
 | 
						|
    "unplugin-vue-components": "0.18.5",
 | 
						|
    "vite": "^2.9.5",
 | 
						|
    "vite-plugin-html": "^3.2.0",
 | 
						|
    "vite-plugin-html-template": "^1.1.2",
 | 
						|
    "vite-plugin-mock": "^2.9.6",
 | 
						|
    "vite-plugin-windicss": "^1.8.4",
 | 
						|
    "vue-tsc": "^0.34.9",
 | 
						|
    "vueuc": "^0.4.32"
 | 
						|
  }
 | 
						|
}
 |