@aujsf/bootstrap-theme
Version:
Bootstrap 4 Theme for @aujsf/core
64 lines (63 loc) • 1.69 kB
JSON
{
"name": "@aujsf/bootstrap-theme",
"description": "Bootstrap 4 Theme for @aujsf/core",
"author": "jbockle",
"version": "0.7.5",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"keywords": [
"aurelia",
"json schema",
"form",
"forms",
"form builder",
"aujsf",
"ajsf",
"bootstrap",
"bootswatch"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jbockle/au-jsonschema-form.git",
"directory": "packages/bootstrap-theme"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"prebuild": "rimraf dist/*",
"clean": "rimraf dist/* coverage/*",
"build:tsc": "tsc -b tsconfig.build.json",
"build:static": "cpy \"**/*.{html,css}\" \"../dist/\" --cwd=src --parents",
"build": "npm-run-all build:*",
"prebuild-watch": "npm run clean",
"build-watch": "npm-run-all --parallel \"build:* -- --watch\"",
"pretest": "npm run clean",
"lint": "eslint src/**/*.ts",
"predocs": "rimraf ../examples/static/api/bootstrap-theme",
"docs": "typedoc --options ../typedoc.json --out ../examples/static/api/bootstrap-theme src"
},
"dependencies": {
"@aujsf/core": "^0.7.5"
},
"devDependencies": {
"aurelia-framework": "^1.3.1",
"aurelia-logging": "^1.5.2",
"bootstrap": "^4.5.3",
"cpy-cli": "^3.1.1",
"eslint": "^7.17.0",
"jquery": "^3.5.1",
"jsonpointerx": "^1.0.30",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"rimraf": "^3.0.2",
"typedoc": "^0.20.14",
"typescript": "^4.1.3"
},
"gitHead": "8b6a5769831246d6a2d451a43ff194bff7c1a53a"
}