UNPKG

qwik-grid-fm

Version:

Awesome responsive grid system for Qwik :) that allows you to control the grid based on percentage instead of clasic 12 or 24 columns we use percentage

72 lines (71 loc) 1.88 kB
{ "name": "qwik-grid-fm", "version": "0.1.1", "description": "Awesome responsive grid system for Qwik :) that allows you to control the grid based on percentage instead of clasic 12 or 24 columns we use percentage", "main": "./lib/index.qwik.mjs", "qwik": "./lib/index.qwik.mjs", "module": "./lib/index.qwik.mjs", "types": "./lib-types/index.d.ts", "exports": { ".": { "import": "./lib/index.qwik.mjs", "require": "./lib/index.qwik.cjs", "types": "./lib-types/index.d.ts" } }, "files": [ "lib", "lib-types" ], "engines": { "node": ">=15.0.0" }, "private": false, "type": "module", "scripts": { "build": "qwik build", "build.lib": "vite build --mode lib", "build.types": "tsc --emitDeclarationOnly", "dev": "vite --mode ssr", "dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force", "fmt": "prettier --write .", "fmt.check": "prettier --check .", "lint": "eslint src/**/*.ts*", "release": "np", "start": "vite --open --mode ssr", "qwik": "qwik" }, "devDependencies": { "@builder.io/qwik": "0.12.0", "@types/eslint": "8.4.8", "@types/node": "latest", "@typescript-eslint/eslint-plugin": "5.41.0", "@typescript-eslint/parser": "5.41.0", "eslint": "8.26.0", "eslint-plugin-qwik": "latest", "node-fetch": "3.2.10", "np": "^7.6.2", "prettier": "2.7.1", "typescript": "4.8.4", "vite": "3.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/sudo-boss/qwik-grid-fm.git" }, "keywords": [ "responsive", "Builder.io", "qwik", "css", "frontend", "grid", "grid-system" ], "author": "sb", "license": "ISC", "bugs": { "url": "https://github.com/sudo-boss/qwik-grid-fm/issues" }, "homepage": "https://qwik.forgemytech.com/" }