-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "next-icons-website",
"version": "0.0.3",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 5289",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format:check": "prettier --check .",
"format:write": "prettier --write ."
},
"dependencies": {
"@radix-ui/react-popover": "^1.1.5",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.18.2",
"next": "^15.1.6",
"nextjs-toploader": "^3.7.15",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@deemlol/next-icons": "^0.1.9",
"@marsidev/react-turnstile": "^1.1.0",
"@types/node": "^22.10.10",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"dotenv": "^16.4.7",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.23",
"next-themes": "^0.4.4",
"nodemailer": "^6.10.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"sonner": "^1.7.2",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}