-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.82 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "zez",
"version": "1.0.0",
"description": "URL Personalization",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/raymondtju/zez.git"
},
"keywords": [],
"author": "Raymond Tju",
"license": "ISC",
"bugs": {
"url": "https://github.com/raymondtju/zez/issues"
},
"homepage": "https://github.com/raymondtju/zez#readme",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@heroicons/react": "^2.0.15",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.13.0",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-tabs": "^1.0.3",
"@reduxjs/toolkit": "^1.9.3",
"@types/js-cookie": "^3.0.3",
"@upstash/redis": "^1.20.4",
"@vercel/analytics": "^1.0.0",
"@vercel/og": "^0.5.4",
"axios": "^1.3.2",
"cheerio": "^1.0.0-rc.12",
"clsx": "^1.2.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"framer-motion": "^10.0.0",
"lucide-react": "^0.181.0",
"moment": "^2.29.4",
"nanoid": "^4.0.2",
"next": "^13.4.1",
"next-auth": "^4.22.0",
"qr-code-styling": "^1.6.0-rc.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"swr": "^2.1.3",
"zustand": "^4.3.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.2.4",
"@tailwindcss/forms": "^0.5.3",
"@types/node": "18.15.3",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.2",
"prisma": "^4.13.0",
"tailwindcss": "^3.2.6",
"tailwindcss-animate": "^1.0.5"
}
}