-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.36 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
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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "website-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "npx prettier . -w",
"format:check": "npx prettier -c ."
},
"engines": {
"node": ">=18.17.0"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@geist-ui/icons": "^1.0.2",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.14.3",
"@next/third-parties": "^14.1.4",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@use-gesture/react": "^10.3.0",
"@vercel/speed-insights": "^1.0.10",
"axios": "^0.23.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"framer-motion": "^10.12.2",
"gray-matter": "^4.0.3",
"gsap": "^3.11.5",
"hamburger-react": "^2.4.1",
"katex": "^0.15.1",
"lottie-react": "^2.1.0",
"lucide-react": "^0.363.0",
"next": "^13.3.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^7.0.1",
"react-resize-detector": "^9.1.0",
"react-transition-group": "^4.4.2",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^5.1.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"sharp": "^0.33.3",
"swr": "^2.1.3",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.4",
"yaml": "^2.4.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.19",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "18.14.0",
"autoprefixer": "^10.4.16",
"depcheck": "^1.4.7",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"postcss": "^8.4.30",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"remark-cli": "^12.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^4.5.2"
}
}