-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.72 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
{
"name": "plenum",
"version": "0.1.0",
"private": true,
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.9",
"@sanity/client": "^7.12.1",
"@sanity/image-url": "^1.2.0",
"@sanity/vision": "^4.15.0",
"@splidejs/splide": "^4.1.4",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"compression": "^1.8.1",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.9.2",
"googleapis": "^155.0.1",
"gsap": "^3.13.0",
"lucide-react": "^0.503.0",
"next": "16.1.1",
"next-sanity": "^11.6.6",
"next-seo": "^6.8.0",
"next-sitemap": "^4.2.3",
"nodemailer": "^7.0.3",
"postcss": "^8.5.3",
"react": "^18.2.0",
"react-countup": "^6.5.3",
"react-dom": "^18.2.0",
"sanity": "^4.15.0",
"sharp": "^0.34.3",
"slugify": "^1.6.6",
"styled-components": "^6.1.19",
"swiper": "^11.2.6",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^4.1.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/bundle-analyzer": "^15.4.3",
"@tailwindcss/postcss": "^4.1.4",
"@types/estree": "^1.0.7",
"@types/json-schema": "^7.0.15",
"@types/json5": "^0.0.30",
"@types/node": "22.15.17",
"@types/react": "19.1.8",
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-next": "15.3.0",
"tw-animate-css": "^1.2.8"
},
"browserslist": [
"defaults and supports es6-module",
"not IE 11",
"not dead"
]
}