forked from offlegacy/event-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.01 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
{
"name": "docs",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.11.11",
"@offlegacy/event-tracker": "latest",
"@uidotdev/usehooks": "^2.4.1",
"codehike": "^1.0.7",
"lucide-react": "^0.525.0",
"motion": "^12.23.0",
"next": "15.3.5",
"nextra": "^4.2.17",
"nextra-theme-docs": "^4.2.17",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"sonner": "^2.0.6"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@types/node": "^20",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"eslint": "^9",
"eslint-config-next": "15.3.5",
"pagefind": "^1.3.0",
"postcss": "^8",
"prettier-plugin-tailwindcss": "^0.6.13",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}