-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1006 Bytes
/
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
{
"name": "luna_focus",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fullcalendar/daygrid": "^6.1.11",
"@fullcalendar/interaction": "^6.1.14",
"@fullcalendar/react": "^6.1.11",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@web5/api": "^0.9.4",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto-browserify": "^3.12.0",
"daisyui": "^4.12.8",
"lucide-react": "^0.396.0",
"moment": "^2.30.1",
"next": "14.2.4",
"process": "^0.11.10",
"react": "^18",
"react-dom": "^18",
"stream-browserify": "^3.0.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"webpack": "^5.92.1"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}