-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1019 Bytes
/
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
{
"name": "nextjs-photo-yt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@portabletext/react": "^2.0.0",
"@react-google-maps/api": "^2.17.1",
"@sanity/cli": "^3.1.2",
"@sanity/image-url": "^1.0.1",
"@vercel/analytics": "^0.1.8",
"daisyui": "^2.46.0",
"framer-motion": "^10.16.5",
"google-map-react": "^2.2.0",
"gsap": "^3.11.4",
"next": "13.5.4",
"next-sanity": "^3.1.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-loader-spinner": "^5.3.4",
"react-portable-text": "^0.5.1",
"react-spinners": "^0.13.7",
"swiper": "^8.4.5"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"postcss": "^8.4.14",
"tailwind-scrollbar": "^2.0.1",
"tailwindcss": "^3.1.4"
}
}