-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.27 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
{
"name": "prod203-next-app",
"version": "0.4.0",
"private": true,
"description": "Jamais 203 Production, la passion du son",
"author": {
"email": "[email protected]",
"name": "Maxiim3"
},
"repository": {
"type": "git",
"url": "https://github.com/maxiim3/prod203-next-app"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/themes": "^1.1.2",
"@sanity/image-url": "^1.0.2",
"@tw-classed/react": "^1.5.1",
"@types/node": "20.4.10",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"daisyui": "^3.5.1",
"encoding": "^0.1.13",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.0",
"framer-motion": "^10.15.2",
"htmx.org": "^1.9.4",
"i18next": "^23.4.4",
"ky": "^1.0.1",
"lucide-react": "^0.279.0",
"nanoid": "^4.0.2",
"negotiator": "^0.6.3",
"next": "^13.5.1",
"next-cloudinary": "^4.20.0",
"next-i18next": "^14.0.0",
"next-sanity": "^5.5.4",
"next-sitemap": "^4.2.3",
"nextjs-toploader": "^1.4.2",
"npm": "^9.8.1",
"postcss": "8.4.27",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.11",
"react-fast-marquee": "^1.6.0",
"react-hook-form": "^7.45.4",
"react-i18next": "^13.1.2",
"react-icons": "^4.10.1",
"resend": "^1.0.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-text-balance": "^0.0.7",
"typescript": "5.1.6",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"prettier": "^3.0.1",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.2"
}
}