32 lines
		
	
	
		
			705 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			705 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "pc",
 | 
						|
  "private": true,
 | 
						|
  "version": "0.0.0",
 | 
						|
  "type": "module",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "vite --open",
 | 
						|
    "build": "vite build",
 | 
						|
    "preview": "vite preview"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@element-plus/icons-vue": "^2.3.2",
 | 
						|
    "@wangeditor/editor": "^5.1.23",
 | 
						|
    "axios": "^1.13.1",
 | 
						|
    "chart": "^0.1.2",
 | 
						|
    "chart.js": "^4.5.1",
 | 
						|
    "element-plus": "^2.11.5",
 | 
						|
    "less": "^4.4.2",
 | 
						|
    "marked": "^16.4.1",
 | 
						|
    "pinia": "^3.0.3",
 | 
						|
    "vue": "^3.5.22",
 | 
						|
    "vue-router": "^4.6.3"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/node": "^24.9.2",
 | 
						|
    "@vitejs/plugin-vue": "^6.0.1",
 | 
						|
    "unplugin-auto-import": "^20.2.0",
 | 
						|
    "unplugin-vue-components": "^30.0.0",
 | 
						|
    "vite": "^7.1.7"
 | 
						|
  }
 | 
						|
}
 |