-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 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
{
"name": "ui-pack-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"create:page": "bun create-page.js"
},
"dependencies": {
"@fontsource-variable/raleway": "^5.1.1",
"@tailwindcss/postcss": "^4.0.9",
"@types/node": "20.12.2",
"@types/react": "18.2.73",
"@types/react-dom": "18.2.23",
"axios": "^1.7.2",
"clsx": "^2.1.0",
"framer-motion": "^11.0.24",
"global": "^4.4.0",
"gsap": "^3.12.5",
"libphonenumber-js": "^1.11.4",
"lucide-react": "^0.475.0",
"next": "14.1.4",
"nodemailer": "^6.9.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.5",
"sass": "^1.72.0",
"swiper": "^11.0.7",
"tailwind-merge": "^2.3.0",
"typescript": "5.4.3",
"vercel": "^33.6.2"
},
"devDependencies": {
"@react-icons/all-files": "^4.1.0",
"@tailwindcss/typography": "^0.5.15",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/nodemailer": "^6.4.17",
"@types/yandex-maps": "^2.1.36",
"autoprefixer": "^10.4.19",
"daisyui": "^4.9.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.13",
"react-icons": "^5.2.1",
"tailwindcss": "^3.4.3"
}
}