35 lines
		
	
	
		
			958 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			958 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "remote_frontend",
 | |
|   "private": true,
 | |
|   "version": "0.0.0",
 | |
|   "type": "module",
 | |
|   "scripts": {
 | |
|     "dev": "vite",
 | |
|     "build": "tsc && vite build",
 | |
|     "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
 | |
|     "preview": "vite preview"
 | |
|   },
 | |
|   "dependencies": {
 | |
|     "@fluentui/react-components": "^9.72.3",
 | |
|     "@fluentui/react-icons": "^2.0.313",
 | |
|     "filesize": "^11.0.13",
 | |
|     "react": "^18.3.1",
 | |
|     "react-dom": "^18.3.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@eslint/js": "^9.38.0",
 | |
|     "@types/react": "^18.3.26",
 | |
|     "@types/react-dom": "^18.3.7",
 | |
|     "@typescript-eslint/eslint-plugin": "^8.46.2",
 | |
|     "@typescript-eslint/parser": "^8.46.2",
 | |
|     "@vitejs/plugin-react": "^5.1.0",
 | |
|     "eslint": "^9.38.0",
 | |
|     "eslint-plugin-react-hooks": "^5.2.0",
 | |
|     "eslint-plugin-react-refresh": "^0.4.24",
 | |
|     "globals": "^16.4.0",
 | |
|     "typescript": "^5.9.3",
 | |
|     "typescript-eslint": "^8.43.0",
 | |
|     "vite": "^7.1.12"
 | |
|   }
 | |
| }
 |