{ "name": "netbox", "version": "4.0.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": { "@fontsource-variable/plus-jakarta-sans": "^5.0.21", "@mdi/font": "7.4.47", "@tabler/core": "1.0.0-beta20", "bootstrap": "5.3.3", "clipboard": "2.0.11", "flatpickr": "4.6.13", "gridstack": "10.3.1", "htmx.org": "1.9.12", "query-string": "9.1.0", "sass": "1.77.8", "tom-select": "2.3.1", "typeface-roboto-mono": "1.1.13" }, "devDependencies": { "@types/bootstrap": "5.2.10", "@types/cookie": "^0.6.0", "@types/node": "^22.3.0", "@typescript-eslint/eslint-plugin": "^8.1.0", "@typescript-eslint/parser": "^8.1.0", "esbuild": "^0.23.0", "esbuild-sass-plugin": "^3.3.1", "eslint": "<9.0", "eslint-config-prettier": "^9.1.0", "eslint-import-resolver-typescript": "^3.5.1", "eslint-plugin-import": "^2.26.0", "eslint-plugin-prettier": "^5.2.1", "prettier": "^3.3.3", "typescript": "<5.5" }, "resolutions": { "@types/bootstrap/**/@popperjs/core": "^2.11.6" } }