{ "name": "ni-link", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@svgr/webpack": "^8.1.0", "@tabler/icons-react": "^3.2.0", "clsx": "^2.1.0", "framer-motion": "^11.1.3", "next": "14.2.1", "react": "^18", "react-dom": "^18", "react-element-to-jsx-string": "^15.0.0", "react-icons": "^5.1.0", "tailwind-merge": "^2.2.2" }, "devDependencies": { "@types/bun": "latest", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.1", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" }, "module": "index.ts", "type": "module" }