UNPKG

@aegov/design-system

Version:

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 desig

118 lines (117 loc) 4.05 kB
{ "name": "@aegov/design-system", "version": "2.2.10", "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" ], "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": { "prettier": "prettier --write . --ignore-path ./src/.prettierignore", "base": "postcss src/base/common.css -o dist/base.css --config src/base", "postbase": "prejss-cli dist/base.css --format commonjs", "components": "postcss src/components/components.css -o dist/components.css --config src/components", "postcomponents": "prejss-cli dist/components.css --format commonjs", "blocks": "postcss src/blocks/blocks.css -o dist/blocks.css --config src/blocks", "postblocks": "prejss-cli dist/blocks.css --format commonjs", "utilities": "postcss src/utilities/util.css -o dist/utilities.css --config src/utilities", "postutilities": "prejss-cli dist/utilities.css --format commonjs", "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", "build:dist": "run-s build:js copy:js:dist", "clean:dist": "shx rm -rf dist", "build:npm": "run-s clean:dist build:dist", "lint": "eslint . --ext .js,.jsx,.ts,.tsx --ignore-path .gitignore", "build": "shx rm -rf dist && mkdir dist && run-s base components blocks utilities build:webpack copy:js:dist" }, "devDependencies": { "@babel/core": "^7.14.8", "@babel/plugin-transform-runtime": "^7.22.5", "@babel/preset-env": "^7.14.8", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.60.1", "autoprefixer": "^10.0.4", "babel-loader": "^8.2.2", "copyfiles": "^2.4.1", "core-js": "^3.8.1", "eslint": "^8.44.0", "eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-tailwindcss": "^3.13.0", "file-loader": "^6.2.0", "npm-run-all": "^4.1.5", "picocolors": "^1.0.0", "postcss": "^8.4.23", "postcss-cli": "10.1.0", "postcss-import": "15.1.0", "postcss-nested": "6.0.1", "postcss-preset-env": "^6.7.0", "prejss-cli": "0.3.3", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.2.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", "yarn": "^1.22.10", "hoverintent": "^2.2.1" }, "dependencies": { "@popperjs/core": "^2.11.8", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/typography": "^0.5.9", "tailwindcss": "^3" }, "peerDependencies": { "autoprefixer": "^10.4.14", "postcss": "^8.4.23", "tailwindcss": "^3" }, "engines": { "node": ">= 12.0.0" } }