{
  "name": "@sevn/ui",
  "version": "0.1.3",
  "description": "A theme for Dashboards, Intranets, and whatnot.",
  "main": "index.js",
  "scripts": {
    "watch:sass": "sass --watch ./src/scss/custom.scss ./public/css/ui.css",
    "server": "serve public",
    "watch": "run-p server watch:sass",
    "dev": "npm run watch",
    "build": "sass ./src/scss/custom.scss ./public/css/ui.css",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sevn/ui.git"
  },
  "author": "SEVN, Claudio Holanda Jr.",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sevn/ui/issues"
  },
  "homepage": "https://github.com/sevn/ui#readme",
  "devDependencies": {
    "sass": "^1.69.7"
  },
  "dependencies": {
    "bootstrap": "5.3.2",
    "npm-run-all": "^4.1.5",
    "serve": "^14.2.1"
  }
}
