-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.64 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.64 KB
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
{
"name": "task-flow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run dev:next",
"dev:next": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@auth/supabase-adapter": "^1.11.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@supabase/supabase-js": "^2.91.1",
"@xenova/transformers": "^2.17.2",
"altcha": "^3.0.4",
"altcha-lib": "^2.0.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dnd-kit": "^0.0.2",
"emoji-picker-react": "^4.18.0",
"framer-motion": "^12.38.0",
"indiepitcher": "^1.5.0",
"lucide-react": "^0.562.0",
"next": "^16.1.6",
"next-auth": "^4.24.13",
"nodemailer": "^7.0.13",
"react": "19.2.1",
"react-dom": "19.2.1",
"recharts": "^3.7.0",
"supabase": "^2.76.14",
"tailwind-merge": "^3.4.0",
"three": "^0.184.0"
},
"devDependencies": {
"@types/dotenv": "^6.1.1",
"@types/jest": "^30.0.0",
"@types/node": "^20",
"@types/nodemailer": "^7.0.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.23",
"concurrently": "^9.2.1",
"dotenv": "^17.2.3",
"eslint": "^9",
"eslint-config-next": "^16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.1",
"tailwindcss-cli": "^0.1.2",
"typescript": "^5"
},
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}