-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.19 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.19 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
{
"name": "celestia-org-nextjs-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"verify-seo": "node scripts/verify-seo.js",
"check-links": "bash scripts/check-links.sh",
"prepare": "husky"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@tailwindcss/line-clamp": "^0.4.4",
"axios": "^1.12.0",
"bowser": "^2.13.1",
"clsx": "^2.1.1",
"framer-motion": "^11.2.13",
"gray-matter": "^4.0.3",
"lumina-node": "^0.10.0",
"markdown-to-jsx": "^7.4.7",
"motion": "^10.18.0",
"next": "^15.5.7",
"next-plausible": "^3.12.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-modal": "^3.16.1",
"react-player": "^2.16.0",
"react-slick": "^0.30.2",
"react-stickynode": "^4.1.1",
"sass": "^1.77.8",
"slick-carousel": "^1.8.1",
"swiper": "^11.2.6",
"tailwind-merge": "^3.3.0",
"tailwind-variants": "^3.2.2"
},
"devDependencies": {
"copy-webpack-plugin": "^13.0.0",
"eslint": "^8",
"eslint-config-next": "^15.1.0",
"husky": "^9.1.7",
"linkinator": "^6.1.2",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}