mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 10:18:42 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			120 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			120 lines
		
	
	
		
			3.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "ruoyi-vue-pro-vue3",
 | |
|   "version": "1.6.4.1811",
 | |
|   "description": "基于vue3、element-plus、typesScript、vite3",
 | |
|   "author": "xingyu",
 | |
|   "private": false,
 | |
|   "scripts": {
 | |
|     "i": "pnpm install",
 | |
|     "dev": "vite --mode base --open",
 | |
|     "ts:check": "vue-tsc --noEmit",
 | |
|     "build:pro": "vite build --mode pro",
 | |
|     "build:dev": "vite build --mode dev",
 | |
|     "build:test": "npm run ts:check && vite build --mode test",
 | |
|     "serve:pro": "vite preview --mode pro",
 | |
|     "serve:dev": "vite preview --mode dev",
 | |
|     "serve:test": "vite preview --mode test",
 | |
|     "npm:check": "npx npm-check-updates",
 | |
|     "clean": "npx rimraf node_modules",
 | |
|     "clean:cache": "npx rimraf node_modules/.cache",
 | |
|     "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
 | |
|     "lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,vue,html,md}\"",
 | |
|     "lint:style": "stylelint --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
 | |
|     "lint:lint-staged": "lint-staged -c ",
 | |
|     "lint:pretty": "pretty-quick --staged",
 | |
|     "p": "plop"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@iconify/iconify": "^3.0.0",
 | |
|     "@vueuse/core": "^9.3.1",
 | |
|     "@wangeditor/editor": "^5.1.21",
 | |
|     "@wangeditor/editor-for-vue": "^5.1.10",
 | |
|     "@zxcvbn-ts/core": "^2.0.5",
 | |
|     "animate.css": "^4.1.1",
 | |
|     "axios": "^0.27.2",
 | |
|     "crypto-js": "^4.1.1",
 | |
|     "dayjs": "^1.11.5",
 | |
|     "echarts": "^5.4.0",
 | |
|     "echarts-wordcloud": "^2.0.0",
 | |
|     "element-plus": "2.2.18",
 | |
|     "intro.js": "^6.0.0",
 | |
|     "jsencrypt": "^3.2.1",
 | |
|     "lodash-es": "^4.17.21",
 | |
|     "mitt": "^3.0.0",
 | |
|     "nprogress": "^0.2.0",
 | |
|     "pinia": "^2.0.23",
 | |
|     "qrcode": "^1.5.1",
 | |
|     "qs": "^6.11.0",
 | |
|     "url": "^0.11.0",
 | |
|     "vue": "3.2.41",
 | |
|     "vue-cropper": "^1.0.3",
 | |
|     "vue-i18n": "9.2.2",
 | |
|     "vue-router": "^4.1.5",
 | |
|     "vue-types": "^4.2.1",
 | |
|     "web-storage-cache": "^1.1.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@commitlint/cli": "^17.1.2",
 | |
|     "@commitlint/config-conventional": "^17.1.0",
 | |
|     "@iconify/json": "^2.1.122",
 | |
|     "@intlify/vite-plugin-vue-i18n": "^6.0.3",
 | |
|     "@purge-icons/generated": "^0.9.0",
 | |
|     "@types/intro.js": "^5.1.0",
 | |
|     "@types/lodash-es": "^4.17.6",
 | |
|     "@types/node": "^18.11.0",
 | |
|     "@types/nprogress": "^0.2.0",
 | |
|     "@types/qrcode": "^1.5.0",
 | |
|     "@types/qs": "^6.9.7",
 | |
|     "@typescript-eslint/eslint-plugin": "^5.40.0",
 | |
|     "@typescript-eslint/parser": "^5.40.0",
 | |
|     "@vitejs/plugin-vue": "^3.1.2",
 | |
|     "@vitejs/plugin-vue-jsx": "^2.0.1",
 | |
|     "autoprefixer": "^10.4.12",
 | |
|     "eslint": "^8.25.0",
 | |
|     "eslint-config-prettier": "^8.5.0",
 | |
|     "eslint-define-config": "^1.7.0",
 | |
|     "eslint-plugin-prettier": "^4.2.1",
 | |
|     "eslint-plugin-vue": "^9.6.0",
 | |
|     "less": "^4.1.3",
 | |
|     "lint-staged": "^13.0.3",
 | |
|     "plop": "^3.1.1",
 | |
|     "postcss": "^8.4.18",
 | |
|     "postcss-html": "^1.5.0",
 | |
|     "postcss-less": "^6.0.0",
 | |
|     "prettier": "^2.7.1",
 | |
|     "rimraf": "^3.0.2",
 | |
|     "rollup": "^2.79.1",
 | |
|     "stylelint": "^14.14.0",
 | |
|     "stylelint-config-html": "^1.1.0",
 | |
|     "stylelint-config-prettier": "^9.0.3",
 | |
|     "stylelint-config-recommended": "^9.0.0",
 | |
|     "stylelint-config-standard": "^29.0.0",
 | |
|     "stylelint-order": "^5.0.0",
 | |
|     "typescript": "4.8.4",
 | |
|     "unplugin-vue-macros": "^0.13.2",
 | |
|     "vite": "3.1.8",
 | |
|     "vite-plugin-compression": "^0.5.1",
 | |
|     "vite-plugin-eslint": "^1.8.1",
 | |
|     "vite-plugin-html": "^3.2.0",
 | |
|     "vite-plugin-purge-icons": "^0.9.1",
 | |
|     "vite-plugin-style-import": "2.0.0",
 | |
|     "vite-plugin-svg-icons": "^2.0.1",
 | |
|     "vite-plugin-windicss": "^1.8.8",
 | |
|     "vue-tsc": "^1.0.8",
 | |
|     "windicss": "^3.5.6",
 | |
|     "windicss-analysis": "^0.3.5"
 | |
|   },
 | |
|   "engines": {
 | |
|     "node": ">= 14.18.0"
 | |
|   },
 | |
|   "license": "MIT",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://gitee.com/zhijiantianya/ruoyi-vue-pro"
 | |
|   },
 | |
|   "bugs": {
 | |
|     "url": "https://gitee.com/zhijiantianya/ruoyi-vue-pro/issues/I57XOQ"
 | |
|   },
 | |
|   "homepage": "https://gitee.com/zhijiantianya/ruoyi-vue-pro"
 | |
| }
 | 
