-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/core": "^7.24.0",
"@digitalocean/do-markdownit": "^1.14.0",
"@directus/sdk": "^15.0.3",
"@headlessui/react": "^1.7.18",
"@nextui-org/react": "^2.4.6",
"clipboard": "^2.0.11",
"embla-carousel": "^8.0.0",
"embla-carousel-react": "^8.0.0",
"firebase": "^10.12.4",
"framer-motion": "^11.11.9",
"fuse.js": "^7.0.0",
"highlight.js": "^11.9.0",
"jwt-decode": "^4.0.0",
"markdown-it": "^14.1.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.10.3",
"react-select": "^5.8.0",
"react-web-share": "^2.0.2",
"sharp": "^0.33.5",
"swiper": "^11.0.7"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}