-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 850 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 850 Bytes
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
{
"name": "website",
"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",
"@next/third-parties": "^14.1.4",
"@portabletext/react": "^3.0.11",
"@sanity/image-url": "^1.0.2",
"@sanity/vision": "^3.18.1",
"autoprefixer": "10.4.15",
"eslint": "8.49.0",
"eslint-config-next": "13.5.1",
"luxon": "^3.4.4",
"next": "^13.5.1",
"next-sanity": "^5.5.8",
"nextjs-toploader": "^1.5.3",
"postcss": "8.4.30",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-scroll-trigger": "^0.6.14",
"sanity": "^3.18.1",
"styled-components": "5.2",
"tailwindcss": "3.3.3"
}
}