-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "notion-clone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "node -r dotenv/config ./src/scripts/seed.js"
},
"dependencies": {
"@blocknote/core": "^0.21.0",
"@blocknote/mantine": "^0.21.0",
"@blocknote/react": "^0.21.0",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-popover": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@tailwindcss/postcss": "^4.0.0",
"babel-plugin-react-compiler": "19.0.0-beta-201e55d-20241215",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.5.1",
"emoji-mart": "^5.6.0",
"lucide-react": "^0.468.0",
"next": "15.1.0",
"notion-clone": "link:",
"npm-check-updates": "^17.1.11",
"pg": "^8.13.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-resizable-panels": "^2.1.7",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3"
},
"devDependencies": {
"@types/node": "^22",
"@types/pg": "^8.11.10",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@types/uuid": "^10.0.0",
"dotenv": "^16.4.7",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"tailwindcss": "^4.0.0",
"typescript": "^5"
},
"pnpm": {
"overrides": {
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2"
}
}
}