-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 KB
/
package.json
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.7.17",
"@fullhuman/postcss-purgecss": "^2.3.0",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-label": "^2.0.2",
"@vercel/analytics": "^1.1.1",
"@vercel/kv": "^1.0.0",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-link-prismic": "~1.1.2",
"axios": "^0.27.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"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": "latest",
"next-apollo": "~5.0.8",
"postcss-import": "^12.0.1",
"prismic-reactjs": "~1.3.4",
"react": "latest",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "latest",
"react-lazy-load": "^4.0.1",
"resend": "^2.0.0",
"sass": "~1.58.3",
"swr": "~1.3.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"unfetch": "~4.2.0"
},
"devDependencies": {
"@types/react": "18.2.42",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"tailwindcss": "^3.3.6",
"typescript": "5.3.2"
}
}