mirror of https://github.com/h44z/wg-portal.git
				
				
				
			
		
			
				
	
	
		
			35 lines
		
	
	
		
			917 B
		
	
	
	
		
			JSON
		
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			917 B
		
	
	
	
		
			JSON
		
	
	
	
| {
 | |
|   "name": "frontend",
 | |
|   "version": "0.0.0",
 | |
|   "scripts": {
 | |
|     "dev": "vite",
 | |
|     "build-dev": "vite build --mode development --base=/app/",
 | |
|     "build": "vite build --base=/app/",
 | |
|     "preview": "vite preview --port 5050"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@fontsource/nunito-sans": "^5.1.1",
 | |
|     "@fortawesome/fontawesome-free": "^6.7.2",
 | |
|     "@kyvg/vue3-notification": "^3.4.1",
 | |
|     "@popperjs/core": "^2.11.8",
 | |
|     "bootstrap": "^5.3.3",
 | |
|     "bootswatch": "^5.3.3",
 | |
|     "flag-icons": "^7.3.2",
 | |
|     "ip-address": "^10.0.1",
 | |
|     "is-cidr": "^5.1.0",
 | |
|     "is-ip": "^5.0.1",
 | |
|     "pinia": "^2.3.1",
 | |
|     "prismjs": "^1.29.0",
 | |
|     "vue": "^3.5.13",
 | |
|     "vue-i18n": "^11.0.1",
 | |
|     "vue-prism-component": "github:h44z/vue-prism-component",
 | |
|     "vue-router": "^4.5.0",
 | |
|     "vue3-tags-input": "^1.0.12"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@vitejs/plugin-vue": "^5.2.1",
 | |
|     "sass-embedded": "^1.83.4",
 | |
|     "vite": "^5.4.12"
 | |
|   }
 | |
| }
 |