{ "name": "linkfree", "version": "1.94.18", "private": false, "homepage": "https://linkfree.eddiehub.io", "engines": { "node": "18.x" }, "dependencies": { "@headlessui/react": "^1.7.8", "@heroicons/react": "^2.0.14", "@mdx-js/loader": "^2.2.1", "@mdx-js/react": "^2.2.1", "@next/mdx": "^13.1.6", "@tailwindcss/forms": "^0.5.3", "@tailwindcss/line-clamp": "^0.4.2", "@tailwindcss/typography": "^0.5.9", "autoprefixer": "^10.4.13", "dotenv": "^16.0.3", "leaflet": "^1.9.3", "leaflet.markercluster": "^1.5.3", "mongoose": "^6.9.0", "next": "^13.1.6", "next-auth": "^4.18.10", "octokit": "^2.0.11", "pino": "^8.8.0", "pino-pretty": "^9.1.1", "qrcode.react": "^3.1.0", "react": "^18.2.0", "react-children-utilities": "^2.8.0", "react-dom": "^18.2.0", "react-icons": "^4.7.1", "react-leaflet": "^4.2.0", "react-markdown": "^8.0.5", "recharts": "^2.3.2", "remark": "^14.0.2", "remark-gfm": "^3.0.1", "remark-prism": "^1.3.6", "request-ip": "^3.3.0", "strip-markdown": "^5.0.0", "tailwindcss": "^3.2.4" }, "scripts": { "dev": "next dev", "dev:docker": "ncp ./.env.docker ./.env && next dev", "dev-wsl": "HOST=$(hostname -I | awk '{print $1}') && next dev --hostname ${HOST}", "build": "next build", "test": "npx playwright test --trace on", "start": "next start", "lint": "next lint", "prepare": "husky install", "format": "prettier --write .", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "postinstall": "ncp ./.env.example ./.env", "cli": "npx linkfree-cli" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@axe-core/playwright": "^4.6.0", "@babel/core": "^7.20.12", "@playwright/test": "^1.30.0", "@storybook/addon-a11y": "^7.0.0-beta.38", "@storybook/addon-essentials": "^7.0.0-beta.38", "@storybook/addons": "^7.0.0-beta.38", "@storybook/nextjs": "^7.0.0-beta.38", "@storybook/react": "^7.0.0-beta.38", "@storybook/theming": "^7.0.0-beta.38", "@tomfreudenberg/next-auth-mock": "^0.5.6", "babel-loader": "^9.1.2", "concurrently": "^7.6.0", "eslint": "^8.33.0", "eslint-config-next": "^13.1.6", "eslint-plugin-storybook": "^0.6.10", "husky": "^8.0.3", "linkfree-cli": "^2.0.1", "ncp": "^2.0.0", "postcss": "^8.4.21", "prettier": "^2.8.3", "storybook": "^7.0.0-beta.38" }, "description": "LinkFree connect audiences to all of your content with just one link. It is an open-source alternative to [Linktree](https://linktr.ee/) implemented in JavaScript - It was initially created on a YouTube [live stream](https://www.youtube.com/watch?v=Jorl_vcp-Ew).", "repository": { "type": "git", "url": "git+https://github.com/EddieHubCommunity/LinkFree.git" }, "keywords": [ "javascript", "linktree", "socials", "eddiehub", "reactjs", "react", "nextjs" ], "author": "EddieHubCommunity", "license": "MIT", "bugs": { "url": "https://github.com/EddieHubCommunity/LinkFree/issues" } }