mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 00:05:22 -05:00 
			
		
		
		
	- replace fomantic popup module with tippy.js - fix chaining and add comment - add 100ms delay to tooltips - stopwatch improvments, raise default maxWidth - update web_src/js/features/common-global.js - use type=submit instead of js
		
			
				
	
	
		
			57 lines
		
	
	
		
			983 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			57 lines
		
	
	
		
			983 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "version": "2.8.7",
 | 
						|
  "base": "node_modules/fomantic-ui",
 | 
						|
  "paths": {
 | 
						|
    "source": {
 | 
						|
      "config": "src/theme.config",
 | 
						|
      "definitions": "src/definitions/",
 | 
						|
      "site": "src/site/",
 | 
						|
      "themes": "src/themes/"
 | 
						|
    },
 | 
						|
    "output": {
 | 
						|
      "packaged": "../../build/",
 | 
						|
      "uncompressed": "../../build/components/",
 | 
						|
      "compressed": "../../build/components/",
 | 
						|
      "themes": "../../build/themes/"
 | 
						|
    },
 | 
						|
    "clean": "../../build/"
 | 
						|
  },
 | 
						|
  "permission": false,
 | 
						|
  "autoInstall": false,
 | 
						|
  "rtl": false,
 | 
						|
  "admin": false,
 | 
						|
  "components": [
 | 
						|
    "api",
 | 
						|
    "breadcrumb",
 | 
						|
    "button",
 | 
						|
    "card",
 | 
						|
    "checkbox",
 | 
						|
    "comment",
 | 
						|
    "container",
 | 
						|
    "dimmer",
 | 
						|
    "divider",
 | 
						|
    "dropdown",
 | 
						|
    "form",
 | 
						|
    "grid",
 | 
						|
    "header",
 | 
						|
    "icon",
 | 
						|
    "image",
 | 
						|
    "input",
 | 
						|
    "item",
 | 
						|
    "label",
 | 
						|
    "list",
 | 
						|
    "loader",
 | 
						|
    "menu",
 | 
						|
    "message",
 | 
						|
    "modal",
 | 
						|
    "reset",
 | 
						|
    "search",
 | 
						|
    "segment",
 | 
						|
    "site",
 | 
						|
    "tab",
 | 
						|
    "table",
 | 
						|
    "text",
 | 
						|
    "transition"
 | 
						|
  ]
 | 
						|
}
 |