-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.55 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
72
73
74
75
76
77
78
79
80
81
82
{
"name": "landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3200",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write ./"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@mdx-js/loader": "^3.0.1",
"@next/mdx": "^14.2.7",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^4.35.3",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.2",
"bn.js": "^5.2.1",
"class-variance-authority": "^0.4.0",
"clsx": "^2.1.1",
"country-flag-icons": "^1.5.13",
"date-fns": "^4.1.0",
"framer-motion": "^10.17.9",
"frappe-charts": "^1.6.2",
"net": "^1.0.2",
"next": "14.2.10",
"next-themes": "^0.2.1",
"qrcode.react": "^4.0.1",
"react": "^18.3.1",
"react-18-blockies": "^1.0.6",
"react-copy-to-clipboard": "^5.1.0",
"react-day-picker": "^9.1.3",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.5",
"react-icons": "^5.0.0",
"react-loader-spinner": "^6.1.6",
"react-select": "^5.8.0",
"react-use": "17.5.0",
"sharp": "^0.33.4",
"sonner": "^1.4.41",
"superjson": "^2.2.1",
"tailwind-merge": "^1.13.2",
"tailwindcss-animate": "^1.0.6",
"toformat": "^2.0.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.2",
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/mdx": "^2.0.13",
"@types/node": "^22.3.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"autoprefixer": "^10.4.20",
"copy-webpack-plugin": "^12.0.2",
"dotenv": "^16.4.5",
"eslint": "^9.9.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-tailwindcss": "^3.13.0",
"postcss": "^8.4.24",
"prettier": "^3.3.3",
"prettier-plugin-packagejson": "^2.5.0",
"tailwindcss": "^3.4.10",
"tsx": "^3.14.0",
"typescript": "^5.3.3",
"webpack": "^5.94.0"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}