mirror of
				https://github.com/netbox-community/netbox.git
				synced 2024-05-10 07:54:54 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			81 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			81 lines
		
	
	
		
			2.2 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",
 | 
						|
    "typecheck": "tsc --noEmit"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@mdi/font": "^5.9.55",
 | 
						|
    "@popperjs/core": "^2.9.2",
 | 
						|
    "bootstrap": "^5.0.2",
 | 
						|
    "clipboard": "2.0.6",
 | 
						|
    "color2k": "^1.2.4",
 | 
						|
    "cookie": "^0.4.1",
 | 
						|
    "dayjs": "^1.10.4",
 | 
						|
    "esbuild": "^0.12.15",
 | 
						|
    "esbuild-sass-plugin": "^1.4.8",
 | 
						|
    "flatpickr": "4.6.3",
 | 
						|
    "just-debounce-it": "^1.4.0",
 | 
						|
    "masonry-layout": "^4.2.2",
 | 
						|
    "query-string": "^6.14.1",
 | 
						|
    "sass": "^1.32.8",
 | 
						|
    "simplebar": "^5.3.4",
 | 
						|
    "slim-select": "^1.27.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/bootstrap": "^5.0.12",
 | 
						|
    "@types/clipboard": "^2.0.1",
 | 
						|
    "@types/cookie": "^0.4.0",
 | 
						|
    "@types/masonry-layout": "^4.2.2",
 | 
						|
    "@typescript-eslint/eslint-plugin": "^4.17.0",
 | 
						|
    "@typescript-eslint/parser": "^4.17.0",
 | 
						|
    "eslint": "^7.22.0",
 | 
						|
    "eslint-config-prettier": "^8.1.0",
 | 
						|
    "eslint-import-resolver-typescript": "^2.4.0",
 | 
						|
    "eslint-plugin-import": "^2.22.1",
 | 
						|
    "eslint-plugin-prettier": "^3.3.1",
 | 
						|
    "prettier": "^2.2.1",
 | 
						|
    "prettier-eslint": "^12.0.0",
 | 
						|
    "stylelint": "^13.13.1",
 | 
						|
    "stylelint-config-twbs-bootstrap": "^2.2.3",
 | 
						|
    "typescript": "^4.2.3"
 | 
						|
  },
 | 
						|
  "stylelint": {
 | 
						|
    "extends": "stylelint-config-twbs-bootstrap/scss",
 | 
						|
    "rules": {
 | 
						|
      "selector-max-class": 16,
 | 
						|
      "selector-max-id": 4,
 | 
						|
      "selector-max-type": 16,
 | 
						|
      "selector-max-compound-selectors": 16,
 | 
						|
      "declaration-no-important": null,
 | 
						|
      "selector-max-universal": 4,
 | 
						|
      "selector-no-qualifying-type": [
 | 
						|
        true,
 | 
						|
        {
 | 
						|
          "ignore": [
 | 
						|
            "attribute",
 | 
						|
            "class"
 | 
						|
          ]
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "number-leading-zero": "always",
 | 
						|
      "string-quotes": "single",
 | 
						|
      "selector-pseudo-element-colon-notation": "single",
 | 
						|
      "declaration-property-value-disallowed-list": {
 | 
						|
        "border": "none",
 | 
						|
        "outline": "none"
 | 
						|
      },
 | 
						|
      "scss/selector-no-union-class-name": true
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |