DocsGPT/extensions/react-widget/package.json

39 lines
1.0 KiB
JSON
Raw Normal View History

2023-09-12 13:01:12 +00:00
{
2024-02-18 22:44:09 +00:00
"name": "shadcn",
"private": true,
"version": "0.0.0",
2023-09-12 13:01:12 +00:00
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
2024-02-18 22:44:09 +00:00
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
2023-09-12 13:01:12 +00:00
"preview": "vite preview"
},
"dependencies": {
2024-02-18 22:44:09 +00:00
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
2023-09-12 13:01:12 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-02-18 22:44:09 +00:00
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
2023-09-12 13:01:12 +00:00
},
"devDependencies": {
2024-02-18 22:44:09 +00:00
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.1.0"
}
2023-09-12 13:01:12 +00:00
}