mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	* Experimenting * Remove testing resources * Replace ApiSelect with TomSelect * Add color support * Add clear button * Clear cached options when searching dynamic selects * Add support for static parameters * Refactor TomSelect implementation * Add dynamic parameter support * Limit number of options to 100 * Remove redundant api_url definitions for user model * Add support for disabled indicator * Remove obsolete value-field attr on dynamic select widgets * Remove obsolete fetch_trigger kwarg from dynamic model choice widgets * Remove obsolete empty_label kwarg from dynamic model choice widgets * Add support for API path variables * Add support for setting a 'null' option * Annotate depth for recursive hierarchies * Misc cleanup * Remove obsolete APISelect code * Remove slim-select & just-debounce-it * Clean up type validation * Closes #14237: Clear child selections on change to parent selection * Use an MD icon for the clear button * Use an MD icon for the clear button * Explain why noUnusedParameters is disabled
		
			
				
	
	
		
			60 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.8 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "netbox",
 | 
						|
  "version": "0.1.0",
 | 
						|
  "main": "dist/netbox.js",
 | 
						|
  "license": "Apache-2.0",
 | 
						|
  "private": true,
 | 
						|
  "workspaces": [
 | 
						|
    "netbox-graphiql"
 | 
						|
  ],
 | 
						|
  "scripts": {
 | 
						|
    "bundle": "node bundle.js",
 | 
						|
    "bundle:styles": "node bundle.js --styles",
 | 
						|
    "bundle:scripts": "node bundle.js --scripts",
 | 
						|
    "format": "yarn format:scripts && yarn format:styles",
 | 
						|
    "format:scripts": "prettier -w src/**/*.ts",
 | 
						|
    "format:styles": "prettier -w styles/**/*.scss",
 | 
						|
    "validate": "yarn validate:types && yarn validate:lint",
 | 
						|
    "validate:lint": "eslint -c .eslintrc ./src/**/*.ts",
 | 
						|
    "validate:types": "tsc --noEmit",
 | 
						|
    "validate:formatting": "yarn validate:formatting:scripts && yarn validate:formatting:styles",
 | 
						|
    "validate:formatting:styles": "prettier -c styles/**/*.scss",
 | 
						|
    "validate:formatting:scripts": "prettier -c src/**/*.ts"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@mdi/font": "^7.0.96",
 | 
						|
    "@tabler/core": "1.0.0-beta20",
 | 
						|
    "clipboard": "^2.0.11",
 | 
						|
    "color2k": "^2.0.0",
 | 
						|
    "dayjs": "^1.11.5",
 | 
						|
    "flatpickr": "4.6.13",
 | 
						|
    "gridstack": "^7.2.3",
 | 
						|
    "html-entities": "^2.3.3",
 | 
						|
    "htmx.org": "^1.8.0",
 | 
						|
    "query-string": "^7.1.1",
 | 
						|
    "sass": "^1.55.0",
 | 
						|
    "tom-select": "^2.3.1",
 | 
						|
    "typeface-inter": "^3.18.1",
 | 
						|
    "typeface-roboto-mono": "^1.1.13"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/bootstrap": "5.2.10",
 | 
						|
    "@types/cookie": "^0.5.1",
 | 
						|
    "@types/node": "^20.11.16",
 | 
						|
    "@typescript-eslint/eslint-plugin": "^5.39.0",
 | 
						|
    "@typescript-eslint/parser": "^5.39.0",
 | 
						|
    "esbuild": "^0.13.15",
 | 
						|
    "esbuild-sass-plugin": "^2.3.3",
 | 
						|
    "eslint": "^8.24.0",
 | 
						|
    "eslint-config-prettier": "^8.5.0",
 | 
						|
    "eslint-import-resolver-typescript": "^3.5.1",
 | 
						|
    "eslint-plugin-import": "^2.26.0",
 | 
						|
    "eslint-plugin-prettier": "^4.2.1",
 | 
						|
    "prettier": "^2.7.1",
 | 
						|
    "typescript": "~4.8.4"
 | 
						|
  },
 | 
						|
  "resolutions": {
 | 
						|
    "@types/bootstrap/**/@popperjs/core": "^2.11.6"
 | 
						|
  }
 | 
						|
}
 |