-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "startgjovik",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.10",
"@heroicons/react": "^2.1.1",
"@portabletext/react": "^3.1.0",
"@sanity/client": "^6.19.0",
"@types/node": "22.5.0",
"@types/react": "18.3.3",
"@types/react-dom": "18.2.6",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "10.4.14",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.3",
"framer-motion": "^11.11.8",
"next": "^14.2.15",
"next-sanity": "^9.0.20",
"npm-check-updates": "^17.1.3",
"postcss": "8.4.31",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.4.0",
"react-websitecarbon-badge": "^1.0.6",
"sanity": "^3.60.0",
"styled-components": "^6.1.13",
"tailwindcss": "3.4.1",
"typescript": "5.6.3"
},
"devDependencies": {
"@types/node": "22.5.0",
"@types/react": "18.3.3",
"eslint-config-prettier": "^9.1.0"
}
}