-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.59 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
{
"name": "festival-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@radix-ui/react-accordion": "^1.1.2",
"@stripe/react-stripe-js": "^2.7.1",
"@stripe/stripe-js": "^3.4.1",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^11.0.25",
"iconify": "^1.4.0",
"libphonenumber-js": "^1.10.60",
"lucide-react": "^0.363.0",
"next": "14.1.4",
"react": "^18",
"react-countdown": "^2.3.5",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-leaflet": "^4.2.1",
"react-modal": "^3.16.1",
"react-parallax": "^3.5.1",
"react-phone-number-input": "^3.3.12",
"react-stickynode": "^4.1.1",
"server-only": "^0.0.1",
"sharp": "^0.33.4",
"stripe": "^15.8.0",
"swiper": "^11.1.0",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.2.25",
"@iconify/react": "^4.1.1",
"@svgr/webpack": "^8.1.0",
"@types/leaflet": "^1.9.9",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"@types/react-dom": "^18",
"@types/react-modal": "^3.16.3",
"@types/react-stickynode": "^4.0.3",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"eslint-plugin-storybook": "^0.8.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "5.5.2"
}
}