{
  "name": "@angelineuniverse/design",
  "private": false,
  "version": "0.3.7-beta-14",
  "description": "Angeline Design UI Library",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angelineuniverse/design.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://design.angelineuniverse.my.id",
  "scripts": {
    "clean": "rm -rf dist/",
    "cli": "NODE_ENV=production rollup -c --bundleConfigAsCjs"
  },
  "keywords": [
    "AngelineUniverse",
    "Component",
    "UI"
  ],
  "author": "Prio Dwi Sembodo <priodwisembodo23@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/lodash": "^4.17.7",
    "@types/react": "^18.3.8",
    "@types/react-dom": "^18.3.0",
    "autoprefixer": "^10.4.20",
    "clsx": "^2.1.1",
    "date-fns": "^4.1.0",
    "lodash": "^4.17.21",
    "postcss": "^8.4.47",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rollup": "^4.22.2",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "source-map-loader": "^5.0.0",
    "tailwindcss": "^3.4.12",
    "tslib": "^2.7.0",
    "typescript": "^5.6.2"
  },
  "main": "lib/cjs/index.js",
  "module": "lib/esm/index.js",
  "files": [
    "lib",
    "src"
  ],
  "types": "lib/index.d.ts"
}
