@formio-tmt/bootstrap
Version:
Bootstrap templates for Form.io forms
104 lines (103 loc) • 2.88 kB
JSON
{
"name": "@formio-tmt/bootstrap",
"version": "3.0.0-rc.8-tmt-7",
"description": "Bootstrap templates for Form.io forms",
"main": "lib/cjs/bootstrap5.js",
"module": "lib/mjs/bootstrap5.js",
"exports": {
".": {
"import": "./lib/mjs/bootstrap5.js",
"require": "./lib/cjs/bootstrap5.js"
},
"./components": {
"import": "./lib/mjs/templates/components/index.js",
"require": "./lib/cjs/templates/components/index.js"
},
"./bootstrap3": {
"import": "./lib/mjs/bootstrap3.js",
"require": "./lib/cjs/bootstrap3.js"
},
"./bootstrap4": {
"import": "./lib/mjs/bootstrap4.js",
"require": "./lib/cjs/bootstrap4.js"
},
"./bootstrap5": {
"import": "./lib/mjs/bootstrap5.js",
"require": "./lib/cjs/bootstrap5.js"
}
},
"typesVersions": {
"*": {
"bootstrap3": [
"lib/mjs/bootstrap3.d.ts"
],
"bootstrap4": [
"lib/mjs/bootstrap4.d.ts"
],
"bootstrap5": [
"lib/mjs/bootstrap5.d.ts"
]
}
},
"scripts": {
"test:coverage": "nyc --reporter=text mocha --reporter spec './{,!(node_modules)/**/}*.spec.js'",
"test": "mocha --require ts-node/register --reporter spec './{,!(node_modules)/**/}*.spec.ts'",
"watch": "tsc -w",
"build": "tsc --project tsconfig.cjs.json && tsc --project tsconfig.mjs.json && gulp templates && webpack && node ./libpackage.js",
"lint": "tslint -p .",
"clean": "npm run rmdir -- lib dist",
"cb": "npm run clean && npm run build",
"publish2": "npm publish --scope=public",
"rmdir": "node -e \"var fs = require('fs');process.argv.slice(1).map((fpath)=>{ try {fs.rmdirSync(fpath,{recursive: true})} catch(e){console.warn('Error folder:', fpath, e)}});process.exit(0);\""
},
"pre-commit": [
"lint",
"test"
],
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/formio/bootstrap3.git"
},
"keywords": [
"Form.io",
"USWDS",
"Us",
"Web",
"Design",
"Standards"
],
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/ejs": "^3.1.0",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.3",
"@types/sinon": "^10.0.4",
"chai": "^4.3.4",
"copy-props": "^4.0.0",
"gulp": "^4.0.2",
"gulp-insert": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-template": "^5.0.0",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2",
"sinon": "^15.0.2",
"ts-node": "^10.2.1",
"ts-sinon": "^2.0.2",
"tslint": "^6.1.3",
"typescript": "~5.0.2",
"webpack": "^5.53.0",
"webpack-cli": "^5.0.1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/formio/bootstrap3/issues"
},
"homepage": "https://github.com/formio/bootstrap3#readme",
"dependencies": {
"resize-observer-polyfill": "^1.5.1"
}
}