bootstrap-esm
Version:
ES Module version of Bootstrap v5 with tree shaking support for optimized code
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "bootstrap-esm",
"type": "module",
"version": "1.0.3",
"description": "ES Module version of Bootstrap v5 with tree shaking support for optimized code",
"license": "MIT",
"repository": "https://github.com/erwinheldy/bootstrap-esm",
"bugs": {
"url": "https://github.com/erwinheldy/bootstrap-esm/issues"
},
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"sideEffects": false,
"main": "./dist/bootstrap.js",
"module": "./dist/bootstrap.js",
"types": "./dist/bootstrap.d.ts",
"files": [
"dist",
"scss"
],
"scripts": {
"build": "node builder.js",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"peerDependencies": {
"@popperjs/core": "2.11.8"
},
"devDependencies": {
"@antfu/eslint-config": "2.16.0",
"@popperjs/core": "2.11.8",
"@types/bootstrap": "5.2.10",
"@types/gulp-rename": "2.0.6",
"@types/node": "20.12.7",
"@types/vinyl-fs": "3.0.6",
"bootstrap": "5.3.7",
"eslint": "8.57.0",
"gulp-rename": "2.0.0",
"typescript": "5.4.5",
"vinyl-fs": "4.0.2"
}
}