-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.98 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "portfolio",
"private": true,
"version": "2.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"preview": "next build && next preview",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@next/env": "^13.4.4",
"@portabletext/react": "^2.0.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@sanity/code-input": "^4.1.1",
"@sanity/color-input": "^3.1.0",
"@sanity/icons": "^2.3.1",
"@sanity/image-url": "^1.0.2",
"@sanity/types": "^3.11.3",
"@sanity/ui": "^1.3.3",
"@sanity/vision": "^3.11.3",
"@sanity/webhook": "^3.0.1",
"@tanstack/react-query": "^5.14.6",
"@tanstack/react-query-devtools": "^5.14.7",
"@types/styled-components": "^5.1.26",
"@vercel/og": "^0.0.27",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"embla-carousel-react": "8.0.0-rc17",
"feed": "^4.2.2",
"framer-motion": "^7.10.3",
"i18next": "^22.5.0",
"i18next-chained-backend": "^4.2.0",
"i18next-http-backend": "^2.2.1",
"i18next-localstorage-backend": "^4.1.1",
"lucide-react": "^0.302.0",
"next": "^14.2.32",
"next-i18next": "^13.2.2",
"next-sanity": "^4.3.3",
"next-seo": "^5.15.0",
"next-themes": "^0.2.1",
"ni18n": "^1.1.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.6",
"react-icons": "^4.9.0",
"react-is": "^18.2.0",
"react-refractor": "^2.1.7",
"sanity": "^3.11.3",
"sanity-plugin-iframe-pane": "^2.3.1",
"sanity-plugin-vercel-deploy": "^3.3.4",
"slugify": "^1.6.6",
"styled-components": "^5.3.11",
"tailwind-merge": "^2.2.0",
"tailwind-scrollbar": "^3.0.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^4.9.5"
}
}