UNPKG

@columbia-libraries/cul-toolkit

Version:

CUL customized Bootstrap 5 with Vite! Intended only for CUL projects and therefore unsupported.

32 lines (31 loc) 839 B
{ "name": "@columbia-libraries/cul-toolkit", "version": "5.0.4", "description": "CUL customized Bootstrap 5 with Vite! Intended only for CUL projects and therefore unsupported.", "type": "module", "main": "index.js", "scripts": { "start": "vite", "build": "vite build", "preview": "vite preview", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "npm run build" }, "files": [ "dist/assets", "dist/js" ], "keywords": ["cul"], "author": "https://github.com/cul/cul-toolkit/graphs/contributors", "repository": "https://github.com/cul/cul-toolkit", "license": "ISC", "devDependencies": { "sass": "^1.83.0", "vite": "^5.4.11", "vite-plugin-handlebars": "^2.0.0" }, "dependencies": { "@popperjs/core": "^2.11.8", "bootstrap": "^5.3.3" } }