UNPKG

@zowe/imperative

Version:
32 lines (31 loc) 831 B
{ "name": "web-help", "private": true, "description": "Dependencies used by the web help bundle", "main": "index.js", "scripts": { "build": "tsc --build ./tsconfig.json", "watch": "tsc --build ./tsconfig.json -w", "deps:lockfile": "node ../../../scripts/rewriteShrinkwrap.js package-lock.json" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "balloon-css": "^1.2.0", "bootstrap": "^5.3.3", "clipboard": "^2.0.11", "github-markdown-css": "^5.6.1", "jquery": "^3.7.1", "jstree": "^3.3.16", "scroll-into-view-if-needed": "2.2.29", "split.js": "^1.6.5", "url-search-params-polyfill": "^8.2.5" }, "devDependencies": { "@types/jquery": "^3.5.30", "@types/jstree": "^3.3.46", "postcss": "^8.4.41", "postcss-url": "^10.1.3" } }