-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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": "next-project4",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lexical/react": "^0.9.2",
"@vercel/analytics": "^0.1.11",
"aws-sdk": "^2.1243.0",
"axios": "^0.27.2",
"bcrypt": "^5.1.0",
"cookies-next": "^2.1.1",
"date-fns": "^2.29.3",
"focus-trap-react": "^10.0.0",
"framer-motion": "^7.10.3",
"google-auth-library": "^8.7.0",
"jwt-decode": "^3.1.2",
"lexical": "^0.9.2",
"mongodb": "^4.11.0",
"next": "12.2.5",
"next-i18next": "^12.1.0",
"next-pwa": "^5.6.0",
"next-sitemap": "^3.1.47",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-idle-timer": "^5.6.2",
"react-use": "^17.4.0",
"react-wrap-balancer": "^0.2.3"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.18",
"prettier": "2.8.3",
"tailwindcss": "^3.3.1"
}
}