@webpixels/css
Version:
Utility and component-centric design system based on Bootstrap for fast, responsive UI development.
24 lines (23 loc) • 547 B
JSON
{
"name": "vite",
"description": "Include @webpixels/css UI components and individual Bootstrap 5 plugins with Vite.",
"version": "0.0.0",
"private": true,
"stackblitz": {
"startCommand": "npm start"
},
"scripts": {
"start": "vite",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"sass": "^1.55.0",
"vite": "^3.0.9"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@webpixels/css": "^2.0.0-beta.13",
"bootstrap": "^5.3.2"
}
}