-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.5 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.5 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
{
"name": "hidde.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.14.0",
"@fullhuman/postcss-purgecss": "^2.3.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-label": "^2.1.8",
"@vercel/analytics": "^1.6.1",
"@vercel/kv": "^1.0.1",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-http": "latest",
"apollo-link-prismic": "^1.1.2",
"axios": "^0.27.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "~16.0.3",
"fs": "0.0.1-security",
"graphql": "~15.8.0",
"graphql-tag": "~2.12.6",
"hamburgers": "^1.2.1",
"html2canvas": "^1.4.1",
"lodash": "~4.17.21",
"lucide-react": "^0.294.0",
"moment": "~2.29.4",
"next": "^16.1.1",
"postcss-import": "^12.0.1",
"prismic-reactjs": "~1.3.4",
"react": "^18.3.1",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^18.3.1",
"react-lazy-load": "^4.0.1",
"resend": "^2.1.0",
"sass": "~1.58.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"unfetch": "~4.2.0"
},
"devDependencies": {
"@types/react": "18.2.42",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "5.3.2"
},
"packageManager": "pnpm@8.15.6+sha1.8105075ad0aa306138be128c017e9c41e28ecffa"
}