{
  "name": "vercel-style",
  "main": "dist/index.js",
  "module": "esm/index.js",
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.min.js",
  "version": "1.4.0",
  "description": "A simple vercel-style UI, clone of Geist UI",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ui",
    "vercel",
    "clean"
  ],
  "author": "open source",
  "license": "ISC",
  "dependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "styled-jsx": "^4.0.0"
  }
}