bootstrap/package.json

27 lines
552 B
JSON

{
"name": "bootstrap",
"version": "1.0.0",
"type": "module",
"main": "dist/bootstrap.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "playwright test"
},
"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"
}
}