1 Star 1 Fork 0

felixchina/llamacoder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
Sam Selikoff 提交于 2024-08-10 13:14 . Wire up shadcn toggle
{
"name": "llamacoder-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && prisma migrate deploy && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@codesandbox/sandpack-react": "^2.18.2",
"@codesandbox/sandpack-themes": "^2.0.21",
"@heroicons/react": "^2.1.5",
"@prisma/client": "^5.18.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@vercel/og": "^0.6.2",
"dedent": "^1.5.3",
"eventsource-parser": "^1.1.2",
"framer-motion": "^11.3.19",
"next": "14.2.5",
"next-plausible": "^3.12.0",
"react": "^18",
"react-dom": "^18",
"sonner": "^1.5.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"prisma": "^5.18.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/felixchina2024/llamacoder.git
git@gitee.com:felixchina2024/llamacoder.git
felixchina2024
llamacoder
llamacoder
add-shadcn

搜索帮助