79 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			79 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "name": "vue3_template",
 | 
						|
  "private": true,
 | 
						|
  "version": "0.0.0",
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "vite",
 | 
						|
    "build": "vite build",
 | 
						|
    "preview": "vite preview",
 | 
						|
    "lint": "eslint --ext .js,.vue --fix src .prettierrc.cjs"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@element-plus/icons-vue": "^2.3.1",
 | 
						|
    "@icon-park/vue-next": "^1.4.2",
 | 
						|
    "@vueuse/core": "^9.13.0",
 | 
						|
    "@vueuse/integrations": "^10.7.1",
 | 
						|
    "@wangeditor/editor": "^5.1.23",
 | 
						|
    "@wangeditor/editor-for-vue": "^5.1.12",
 | 
						|
    "animate.css": "^4.1.1",
 | 
						|
    "autofit.js": "^3.0.7",
 | 
						|
    "axios": "^1.6.3",
 | 
						|
    "dayjs": "^1.11.10",
 | 
						|
    "echarts": "^5.4.3",
 | 
						|
    "element-plus": "^2.6.1",
 | 
						|
    "hls.js": "^1.6.13",
 | 
						|
    "html2canvas": "^1.4.1",
 | 
						|
    "jspdf": "^2.5.1",
 | 
						|
    "lodash-es": "^4.17.21",
 | 
						|
    "mitt": "^3.0.1",
 | 
						|
    "mp4box": "^0.5.2",
 | 
						|
    "nanoid": "^5.0.4",
 | 
						|
    "normalize.css": "^8.0.1",
 | 
						|
    "pako": "^2.1.0",
 | 
						|
    "pinia": "^2.1.7",
 | 
						|
    "pinia-plugin-persistedstate": "^3.2.1",
 | 
						|
    "qrcode": "^1.5.3",
 | 
						|
    "qs": "^6.11.2",
 | 
						|
    "relation-graph": "^2.1.24",
 | 
						|
    "throttle-debounce": "^5.0.0",
 | 
						|
    "v-viewer": "^3.0.11",
 | 
						|
    "vant": "^4.8.4",
 | 
						|
    "vue": "^3.4.3",
 | 
						|
    "vue-countup-v3": "^1.4.1",
 | 
						|
    "vue-draggable-plus": "^0.3.4",
 | 
						|
    "vue-esign": "^1.1.4",
 | 
						|
    "vue-router": "^4.2.5",
 | 
						|
    "vue3-pdfjs": "^0.1.6",
 | 
						|
    "vue3-print-nb": "^0.1.4",
 | 
						|
    "vue3-puzzle-vcode": "^1.1.5",
 | 
						|
    "vue3-seamless-scroll": "^2.0.1"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@our-patches/postcss-px-to-viewport": "^1.2.0",
 | 
						|
    "@types/node": "^18.19.4",
 | 
						|
    "@vitejs/plugin-basic-ssl": "^1.0.2",
 | 
						|
    "@vitejs/plugin-vue": "^4.6.2",
 | 
						|
    "@vue/eslint-config-prettier": "^7.1.0",
 | 
						|
    "autoprefixer": "^10.4.16",
 | 
						|
    "eslint": "^8.56.0",
 | 
						|
    "eslint-config-prettier": "^8.10.0",
 | 
						|
    "eslint-config-standard": "^17.1.0",
 | 
						|
    "eslint-plugin-import": "^2.29.1",
 | 
						|
    "eslint-plugin-n": "^15.7.0",
 | 
						|
    "eslint-plugin-prettier": "^4.2.1",
 | 
						|
    "eslint-plugin-promise": "^6.1.1",
 | 
						|
    "eslint-plugin-vue": "^9.19.2",
 | 
						|
    "prettier": "^2.8.8",
 | 
						|
    "sass": "^1.69.0",
 | 
						|
    "unplugin-auto-import": "^0.12.2",
 | 
						|
    "unplugin-vue-components": "^0.22.12",
 | 
						|
    "vite": "^4.5.1",
 | 
						|
    "vite-plugin-enhance-log": "^0.5.2",
 | 
						|
    "vite-plugin-env-parse": "^1.0.12",
 | 
						|
    "vite-plugin-eslint": "^1.8.1",
 | 
						|
    "vite-plugin-remove-console": "^2.2.0",
 | 
						|
    "vue-eslint-parser": "^9.3.2"
 | 
						|
  }
 | 
						|
}
 |