-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.44 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.6",
"@vercel/analytics": "^0.1.8",
"@vercel/speed-insights": "^1.1.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gray-matter": "^4.0.3",
"http-server": "^14.1.1",
"markdown-it": "^13.0.1",
"next": "14.2.4",
"next-mdx-remote": "^4.4.1",
"next-sitemap": "^3.1.47",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-awesome-reveal": "^4.1.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.5",
"react-scroll": "^1.8.9",
"react-scroll-motion": "^0.3.2",
"react-scroll-parallax": "^3.4.5",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.3",
"yet-another-react-lightbox": "^2.2.7"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "18.2.7",
"@types/react-scroll": "^1.8.6",
"autoprefixer": "^10.4.14",
"eslint": "8.31.0",
"eslint-config-next": "13.1.2",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "4.9.4"
}
}