@zowe/imperative
Version:
framework for building configurable CLIs
29 lines (28 loc) • 729 B
JSON
{
"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",
"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"
},
"devDependencies": {
"@types/jquery": "^3.5.30",
"@types/jstree": "^3.3.46",
"postcss": "^8.4.41"
}
}