-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "ghostmode-tracker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@serwist/next": "^9.5.7",
"@types/mdast": "^4.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dexie": "^4.4.2",
"framer-motion": "^12.38.0",
"lucide-react": "^1.8.0",
"nanoid": "^5.1.9",
"next": "16.2.4",
"pdfjs-dist": "^5.6.205",
"react": "19.2.4",
"react-dom": "19.2.4",
"remark": "^15.0.1",
"remark-parse": "^11.0.0",
"serwist": "^9.5.7",
"tailwind-merge": "^3.5.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}