6c93b1d995
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "my-clipboard-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -H 0.0.0.0 -p 3002",
|
|
"build": "next build",
|
|
"start": "next start -p 3002",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/loader": "^3.1.0",
|
|
"@mdx-js/react": "^3.1.0",
|
|
"@next/env": "^14.2.5",
|
|
"@next/mdx": "^15.1.5",
|
|
"@radix-ui/react-accordion": "^1.2.1",
|
|
"@radix-ui/react-checkbox": "^1.1.1",
|
|
"@radix-ui/react-dialog": "^1.1.2",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
"@radix-ui/react-select": "^2.1.2",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.2",
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
|
"@swc/helpers": "^0.5.5",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/mdast": "^4.0.4",
|
|
"@types/node": "^20.14.13",
|
|
"@types/react-dom": "^18.3.0",
|
|
"@types/unist": "^3.0.3",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"gray-matter": "^4.0.3",
|
|
"jszip": "^3.10.1",
|
|
"lodash": "^4.17.21",
|
|
"lucide-react": "^0.417.0",
|
|
"mermaid": "^11.4.1",
|
|
"next": "14.2.5",
|
|
"next-intl": "^4.8.3",
|
|
"next-mdx-remote": "^5.0.0",
|
|
"next-themes": "^0.3.0",
|
|
"qrcode.react": "^4.0.1",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-intersection-observer": "^9.16.0",
|
|
"remark-gfm": "^4.0.0",
|
|
"sharp": "^0.33.5",
|
|
"socket.io-client": "^4.7.5",
|
|
"styled-jsx": "^5.1.1",
|
|
"tailwind-merge": "^2.4.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"unified": "^11.0.5",
|
|
"unist-util-visit": "^5.0.0",
|
|
"zustand": "^5.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.22",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-next": "14.2.5",
|
|
"postcss": "^8.4.40",
|
|
"tailwindcss": "^3.4.7",
|
|
"typescript": "^5.5.4"
|
|
}
|
|
}
|