{
  "name": "@nexys/tailwind-react-ui",
  "version": "1.3.0",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "start": "SNOWPACK_PUBLIC_URL= snowpack dev",
    "build": "snowpack build",
    "buildWCSS": "yarn css; yarn build",
    "buildpackage": "tsc",
    "test": "jest --passWithNoTests",
    "css": "tailwindcss -o public/out.css"
  },
  "peerDependencies": {
    "@headlessui/react": "^1.4.0",
    "@nexys/core-list": "^0.0.5",
    "@nexys/validation": "^2.1.2",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "@types/react-router": "^5.1.13",
    "@types/react-router-dom": "^5.1.7",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.2.0"
  },
  "devDependencies": {
    "@headlessui/react": "^1.4.0",
    "@nexys/core-list": "^0.0.5",
    "@nexys/validation": "^2.1.2",
    "@snowpack/plugin-build-script": "^2.1.0",
    "@snowpack/plugin-webpack": "^3.0.0",
    "@tailwindcss/forms": "^0.3.3",
    "@types/jest": "^26.0.22",
    "@types/react": "^17.0.3",
    "@types/react-dom": "^17.0.3",
    "@types/react-router": "^5.1.13",
    "@types/react-router-dom": "^5.1.7",
    "@types/tailwindcss": "^2.2.1",
    "jest": "^26.6.3",
    "jest-environment-jsdom": "^26.6.2",
    "postcss": "^8.3.5",
    "postcss-cli": "^8.3.1",
    "postcss-import": "^14.0.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-router-dom": "^5.2.0",
    "snowpack": "^3.2.2",
    "tailwindcss": "^2.2.4",
    "ts-jest": "^26.5.4",
    "typescript": "^4.2.4"
  },
  "dependencies": {
    "@nexys/react-bootstrap": "^0.5.4",
    "react-tiny-popover": "^7.0.1"
  }
}
