UNPKG

@websegment/root

Version:

A modern CSS library for rapidly building modern, responsive web interfaces and streamline your web development workflow with a comprehensive set of CSS utility classes

25 lines (24 loc) 645 B
{ "name": "vite-playground", "private": true, "type": "module", "scripts": { "lint": "tsc --noEmit", "dev": "bun --bun vite ./src --config ./vite.config.ts", "build": "bun --bun vite build ./src --outDir ../dist --config ./vite.config.ts --emptyOutDir" }, "dependencies": { "@websegment/vite": "workspace:^", "websegment": "workspace:^", "@vitejs/plugin-react": "^4.2.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "bun": "^1.0.26", "vite": "^5.0.11", "vite-plugin-handlebars": "^2.0.0" } }