-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.37 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
{
"name": "task-flow",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "npm run dev:next",
"dev:next": "next dev --webpack",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/utilities": "^3.2.2",
"@supabase/supabase-js": "^2.91.1",
"altcha": "^3.0.4",
"altcha-lib": "^2.0.3",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"emoji-picker-react": "^4.18.0",
"framer-motion": "^12.38.0",
"indiepitcher": "^1.5.0",
"lucide-react": "^0.562.0",
"next": "^16.1.6",
"nodemailer": "^7.0.13",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-markdown": "^10.1.0",
"recharts": "^3.7.0",
"remark-gfm": "^4.0.1",
"supabase": "^2.76.14",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^7.0.11",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.23",
"eslint": "^9",
"eslint-config-next": "^16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.1",
"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"
}