{
  "name": "@jad-mlb/react-modern-ui",
  "publishConfig": {
    "access": "public"
  },
  "version": "2.0.0-beta.5",
  "description": "A simple UI library for react with some simple UI elements",
  "keywords": [
    "react",
    "library",
    "ui",
    "ui/ux",
    "ui elements",
    "Modern UI components",
    "User interface",
    "Flat design",
    "Flat design user interface",
    "Simple to use react ui library with flat design"
  ],
  "files": [
    "dist"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "./node_modules/.bin/babel src --out-file index.ts",
    "rollup:components": "rollup -c",
    "rollup:theme": "rollup -c rollup.config.theme.mjs",
    "rollup": "npm run rollup:components && npm run rollup:theme"
  },
  "author": "JadMlb",
  "license": "MIT",
  "dependencies": {
    "@babel/cli": "^7.24.1",
    "@babel/core": "^7.24.4",
    "@babel/preset-react": "^7.24.1"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.25.4",
    "@emotion/babel-plugin": "^11.12.0",
    "@emotion/react": "^11.13.3",
    "@emotion/styled": "^11.13.0",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/react": "^18.2.74",
    "@types/react-dom": "^18.2.24",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "rollup": "^4.20.0",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-postcss": "^4.0.2",
    "typescript": "^5.4.4"
  },
  "peerDependencies": {
    "@emotion/react": "^11.13.3",
    "@emotion/styled": "^11.13.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  }
}
