{
  "name": "@aegov/design-system",
  "version": "3.0.7",
  "description": "A design system for the Government of the United Arab Emirates. The design system has been created based on research and information collected from in-depth studies conducted on user behaviour and benchmarking best practices. The primary use of this design system is to allow ministries of the United Arab Emirates to create consistent websites with components that are common and acceissible.",
  "keywords": [
    "design-system",
    "design system",
    "designsystem",
    "dls",
    "design language",
    "html",
    "css",
    "components",
    "component library",
    "tailwind components",
    "tailwind elements",
    "tailwind library",
    "framework",
    "design",
    "uae",
    "united arab emirates",
    "tdra",
    "uae gov",
    "aegov"
  ],
  "license": "MIT",
  "contributors": [
    "Conceptualize (https://www.conceptualize.ae)"
  ],
  "author": "Telecommunication and Digital Government Regulatory Authority",
  "homepage": "https://www.tdra.ae/",
  "bugs": {
    "url": "https://github.com/TDRA-ae/aegov-dls/issues"
  },
  "prettier": "./src/prettier.config.js",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TDRA-ae/aegov-dls.git"
  },
  "browserslist": [
    "> 7%"
  ],
  "publishConfig": {
    "access": "public",
    "branches": [
      "master"
    ]
  },
  "scripts": {
    "build:webpack": "webpack --mode=production",
    "build:js": "run-s build:webpack",
    "copy:js:dist": "copyfiles --flat static/*.js dist && copyfiles --flat static/*.js.map dist",
    "plugin:build": "node src/build.js",
    "build:dist": "run-s build:js copy:js:dist plugin:build",
    "clean:dist": "shx rm -rf dist",
    "build": "run-s clean:dist build:dist"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.28.5",
    "@popperjs/core": "^2.11.8",
    "@tailwindcss/postcss": "^4.1.17",
    "babel-loader": "^10.0.0",
    "chokidar": "^3.5.3",
    "copyfiles": "^2.4.1",
    "fs-extra": "^11.1.1",
    "npm-run-all": "^4.1.5",
    "postcss-import": "^16.1.0",
    "postcss-import-ext-glob": "^2.1.1",
    "postcss-js": "^4.0.1",
    "shx": "^0.3.4",
    "source-map-loader": "^4.0.0",
    "standard-version": "^9.5.0",
    "ts-loader": "^9.4.2",
    "typescript": "^5.1.0",
    "webpack": "^5.88.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "tailwindcss": "^4.1.17",
    "@tailwindcss/forms": "^0.5.0",
    "@tailwindcss/typography": "^0.5.0",
    "hoverintent": "^2.2.1",
    "picocolors": "^1.1.1"
  }
}
