mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	adds events page, updates convert-template script adds proper filter logic to events page, adds moment converts history page converts impact and xrpl-ledger-overview page try getting animation on impact to work converts xrp overview page and logic adds contribute page, still needs typeform integration and animations converts developer funding page adds dev tools page add missing image adds code samples py conversion to js adds hook to read current theme, adds animations to impact page adds careers animations adds correct animations for contribute page adds light mode v of animations on contribute page adds animations to uses page adds modal logos and uses modal logic completes uses page more changes Fix casing issues with use case files fix grid issue on uses
		
			
				
	
	
		
			18 lines
		
	
	
		
			342 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			342 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "compilerOptions": {
 | 
						|
    "esModuleInterop": true,
 | 
						|
    "baseUrl": ".",
 | 
						|
    "jsx": "react-jsx",
 | 
						|
    "resolveJsonModule": true,
 | 
						|
    "paths": {
 | 
						|
      "@theme/*": [
 | 
						|
        "./@theme/*",
 | 
						|
        "./node_modules/@redocly/theme/src/*"
 | 
						|
      ],
 | 
						|
      "@portal/*": [
 | 
						|
        "./node_modules/@redocly/portal/dist/client/App/*"
 | 
						|
      ]
 | 
						|
    },
 | 
						|
  }
 | 
						|
}
 |