-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1013 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
{
"name": "iqlipse-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^3.2.0",
"@sanity/color-input": "^4.0.3",
"@sanity/image-url": "^1.1.0",
"@sanity/orderable-document-list": "^1.2.2",
"@vercel/speed-insights": "^1.1.0",
"axios": "^1.7.9",
"formik": "^2.4.6",
"lightgallery": "^2.8.2",
"lucide-react": "^0.469.0",
"next": "15.1.3",
"next-sanity": "^9.8.31",
"nodemailer": "^6.9.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-grid-gallery": "^1.0.1",
"resend": "^4.0.1",
"sanity": "^3.68.3",
"sanity-plugin-simpler-color-input": "^3.0.0",
"sanity-plugin-singleton-tools": "^1.1.0",
"swr": "^2.3.0",
"yet-another-react-lightbox": "^3.21.7",
"yup": "^1.6.1"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}