learnhouse/apps/web/package.json
Badr B d7acd00d02
Merge pull request #190 from learnhouse/dependabot/npm_and_yarn/radix-ui/react-form-0.0.3
chore(deps): bump @radix-ui/react-form from 0.0.2 to 0.0.3
2024-04-01 10:55:21 +02:00

71 lines
2.1 KiB
JSON

{
"name": "learnhouse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@radix-ui/colors": "^0.1.9",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-form": "^0.0.3",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/nextjs": "^7.109.0",
"@stitches/react": "^1.2.8",
"@tiptap/extension-code-block-lowlight": "^2.2.4",
"@tiptap/extension-collaboration": "^2.2.4",
"@tiptap/extension-collaboration-cursor": "^2.2.4",
"@tiptap/extension-youtube": "^2.2.4",
"@tiptap/html": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"avvvatars-react": "^0.4.2",
"dayjs": "^1.11.10",
"formik": "^2.4.5",
"framer-motion": "^10.18.0",
"lowlight": "^3.1.0",
"lucide-react": "^0.363.0",
"next": "14.1.4",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-katex": "^3.0.1",
"react-spinners": "^0.13.8",
"react-youtube": "^10.1.0",
"styled-components": "^6.1.8",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.2",
"tailwind-scrollbar": "^3.1.0",
"uuid": "^9.0.1",
"y-indexeddb": "^9.0.12",
"y-webrtc": "^10.3.0",
"yjs": "^13.6.14"
},
"devDependencies": {
"@types/node": "20.12.2",
"@types/react": "18.2.8",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "18.2.23",
"@types/react-katex": "^3.0.4",
"@types/react-transition-group": "^4.4.10",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "5.4.3"
}
}