-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "vellandi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@portabletext/react": "^3.1.0",
"@sanity/client": "^6.21.1",
"@sanity/image-url": "^1.0.2",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"fslightbox-react": "file:components/fslightbox.tgz",
"next": "^14.2.13",
"next-sanity": "^9.4.3",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-html-comment": "^2.0.16",
"react-icons": "^5.2.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.20",
"eslint": "8.0.0",
"eslint-config-next": "^14.2.5",
"postcss": "^8.4.40",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7"
}
}