-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.76 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
69
70
71
{
"dependencies": {
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@types/json2csv": "^5.0.7",
"apexcharts": "^4.1.0",
"axios": "^1.7.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"json2csv": "6.0.0-alpha.2",
"lucide-react": "^0.460.0",
"mongoose": "^8.8.2",
"mongoose-sequence": "^6.0.1",
"nanoid": "^5.0.9",
"next": "^15.0.3",
"next-themes": "^0.4.3",
"qr-code-styling": "^1.8.4",
"react": "^18.3.1",
"react-apexcharts": "^1.6.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint-ts": "tsc --noEmit"
},
"name": "qr-code-generator",
"version": "2.0.0",
"description": "A TS Project that generates QR codes for any URL and also gives a shortened URL",
"main": "index.tsx",
"directories": {
"doc": "docs",
"src": "src"
},
"keywords": [
"URL Shortener",
"QR Code",
"next.js",
"react",
"apexcharts",
"shadcn",
"mongo"
],
"author": "Eshan Nahar",
"license": "GPL-3.0-only",
"devDependencies": {
"@types/node": "22.9.3",
"@types/react": "18.3.12",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "5.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eshan05/LeanURL.git"
}
}