ui/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2024-01-02 23:12:45 +00:00
{
"name": "ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-01-04 22:37:39 +00:00
"@popicons/react": "^0.0.9",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"dayjs": "^1.11.10",
"lucide-react": "^0.303.0",
"next": "14.0.5-canary.36",
"nextjs-toploader": "^1.6.4",
2024-01-02 23:12:45 +00:00
"react": "^18",
"react-dom": "^18",
2024-01-04 22:37:39 +00:00
"react-resizable-panels": "^1.0.7",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7"
2024-01-02 23:12:45 +00:00
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
2024-01-04 22:37:39 +00:00
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
2024-01-02 23:12:45 +00:00
"postcss": "^8",
2024-01-04 22:37:39 +00:00
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.10",
2024-01-02 23:12:45 +00:00
"tailwindcss": "^3.3.0",
2024-01-04 22:37:39 +00:00
"typescript": "^5"
2024-01-02 23:12:45 +00:00
}
}