{
  "name": "@illa-design/system",
  "version": "1.3.0",
  "description": "Illa Design base.",
  "keywords": [
    "system",
    "react",
    "component"
  ],
  "sideEffects": false,
  "author": "ILLA Cloud <opensource@illasoft.com>",
  "homepage": "https://github.com/illacloud/illa-design",
  "license": "Apache-2.0",
  "main": "dist/umd/index.js",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/illacloud/illa-design.git",
    "directory": "packages/system"
  },
  "bugs": {
    "url": "https://github.com/illacloud/illa-design/issues"
  },
  "dependencies": {
    "dayjs": "^1.11.7"
  },
  "scripts": {
    "build": "vite build"
  },
  "module": "dist/es/index.js",
  "types": "dist/types/index.d.ts",
  "typings": "dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/es/index.js",
      "require": "./dist/umd/index.js"
    }
  }
}