-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.88 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.88 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
61
62
63
64
65
66
67
68
{
"name": "devtoolset",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.717.0",
"@fingerprintjs/fingerprintjs": "^4.5.1",
"@fortawesome/fontawesome-free": "^6.7.1",
"@octokit/rest": "^21.0.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/themes": "^3.1.3",
"@react-oauth/google": "^0.12.1",
"@tailwindcss/typography": "^0.5.14",
"@vercel/kv": "^3.0.0",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cookie": "^0.7.0",
"date-fns": "^3.6.0",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"jsonc-parser": "^3.3.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.427.0",
"next": "14.2.10",
"next-intl": "^3.17.3",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"recharts": "^2.14.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"sonner": "^1.7.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@shadcn/ui": "^0.0.4",
"@types/node": "^20.14.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.16",
"typescript": "^5.5.4",
"typescript-eslint": "^8.1.0"
}
}