bootstrap/package.json
2026-06-03 18:54:13 +08:00

32 lines
662 B
JSON

{
"name": "@apigo.cc/bootstrap",
"version": "1.0.3",
"type": "module",
"main": "dist/bootstrap.js",
"module": "dist/bootstrap.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "playwright test",
"pub": "node scripts/publish.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@rollup/plugin-terser": "^1.0.0",
"terser": "^5.48.0",
"vite": "^5.4.21",
"vite-plugin-css-injected-by-js": "^3.5.2"
}
}