{
   "name": "zorotek-ui",
   "version": "1.0.1-alpha.34",
   "description": "Next Generation React Components",
   "private": false,
   "license": "MIT",
   "main": "dist/index.js",
   "module": "esm/index.js",
   "types": "esm/index.d.ts",
   "keywords": [
      "react",
      "ui",
      "component",
      "zorotek",
      "modern"
   ],
   "author": {
      "name": "Mauricio Siu",
      "url": "https://zorotek-ui.com",
      "email": "Siumauricio@hotmail.com"
   },
   "repository": {
      "type": "git",
      "url": "https://github.com/Siumauricio/zorotek-ui"
   },
   "bugs": {
      "url": "https://github.com/Siumauricio/zorotek-ui/issues",
      "email": "Siumauricio@hotmail.com"
   },
   "files": [
      "/dist",
      "/esm"
   ],
   "sideEffects": false,
   "peerDependencies": {
      "react": ">=16.9.0",
      "react-dom": ">=16.9.0"
   },
   "scripts": {
      "dev": "next dev",
      "build": "next build",
      "build:clear": "rm -rf ./dist ./esm",
      "build:types": "ttsc -p ./scripts & ttsc -p ./scripts --outDir ./esm",
      "build:babel": "babel --no-babelrc --config-file ./scripts/babel.config.js --extensions \".js,.ts,.tsx\" ./components --out-dir ./esm --ignore \"**/__tests__/**/*,**/*.d.ts\"",
      "build:rollup": "rollup -c scripts/rollup.config.js",
      "publish": "npm publish ",
      "build:package": "npm run build:clear && npm run build:rollup && npm run build:babel && npm run build:types",
      "prerelease": "npm run build:package",
      "release": "npm run build:package && npm run publish --access public --non-interactive",
      "start": "next start",
      "lint": "next lint",
      "test": "jest --watch"
   },
   "dependencies": {
      "@babel/runtime": "^7.16.7",
      "@stitches/react": "^1.2.8",
      "animate-stitches": "^1.1.0",
      "react-spinners": "^0.13.3",
      "next-themes": "^0.1.1"
   },
   "devDependencies": {
      "@babel/cli": "^7.18.9",
      "@babel/plugin-transform-runtime": "^7.18.9",
      "@babel/preset-env": "^7.18.9",
      "@babel/preset-react": "^7.18.6",
      "@babel/preset-typescript": "^7.18.6",
      "@rollup/plugin-commonjs": "^22.0.1",
      "@rollup/plugin-node-resolve": "^13.3.0",
      "@rollup/plugin-sucrase": "^4.0.4",
      "@rollup/plugin-typescript": "^8.3.3",
      "@testing-library/jest-dom": "^5.16.4",
      "@testing-library/react": "^13.1.1",
      "@types/jest": "^27.4.1",
      "@types/node": "17.0.24",
      "@types/react": "18.0.5",
      "@types/react-dom": "18.0.1",
      "@types/react-transition-group": "^4.4.4",
      "babel-loader": "^8.2.5",
      "eslint": "^8.19.0",
      "eslint-config-next": "^12.2.0",
      "fs-extra": "^10.1.0",
      "i": "^0.3.7",
      "jest": "^28.0.3",
      "jest-environment-jsdom": "^28.0.2",
      "next": "12.1.5",
      "npm": "^8.14.0",
      "react": ">=16.9.0",
      "react-dom": ">=16.9.0",
      "rollup": "^2.77.0",
      "rollup-plugin-babel": "^4.4.0",
      "rollup-plugin-filesize": "^9.1.2",
      "rollup-plugin-local-resolve": "^1.0.7",
      "rollup-plugin-sass-styled-jsx": "^1.0.3",
      "ttypescript": "^1.5.13",
      "typescript": "4.6.3",
      "typescript-transform-paths": "^3.3.1"
   }
}
