-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1006 Bytes
/
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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"antd": "^5.17.0",
"aos": "^2.3.4",
"axios": "^1.6.7",
"firebase": "^9.6.2",
"flowbite-react": "^0.7.8",
"framer-motion": "^11.1.7",
"next": "14.1.4",
"next-seo": "^6.4.0",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.2",
"react-hot-toast": "^2.4.1",
"react-loading-skeleton": "^3.3.1",
"simple-line-icons": "^2.5.5",
"swr": "^2.2.5",
"tailwind-scrollbar-hide": "^1.1.7",
"uuid": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}