-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "coneixement",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@iconify/react": "^5.0.2",
"argon2": "^0.41.1",
"axios": "^1.7.4",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cookie": "^1.0.2",
"crypto": "^1.0.1",
"framer-motion": "^11.3.28",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.462.0",
"mongoose": "^8.8.3",
"next": "14.2.5",
"next-sitemap": "^4.2.3",
"nookies": "^2.5.2",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"use-debounce": "^10.0.3",
"zustand": "^4.5.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}