-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1013 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
41
{
"name": "lumi-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/kbd": "^2.0.33",
"@nextui-org/modal": "^2.0.39",
"@nextui-org/react": "^2.4.6",
"@reduxjs/toolkit": "^2.2.7",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.3",
"@types/react-beautiful-dnd": "^13.1.8",
"framer-motion": "^11.4.0",
"lucide-react": "^0.439.0",
"next": "14.2.7",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"module": "index.ts",
"type": "module"
}