-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "encodexmindripple",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supabase/supabase-js": "^2.33.1",
"autoprefixer": "10.4.15",
"axios": "^1.5.1",
"bcrypt": "^5.1.1",
"date-and-time": "^3.0.2",
"eslint": "8.47.0",
"eslint-config-next": "13.4.15",
"next": "13.4.15",
"next-auth": "^4.23.1",
"nextjs-page-transitions": "^1.1.4",
"postcss": "8.4.27",
"query-parse": "^2.0.0",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.5",
"react-datepicker": "^4.16.0",
"react-datetime-picker": "^5.5.2",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"react-matrix-animation": "^0.0.11",
"react-router-dom": "^6.15.0",
"react-spinners": "^0.13.8",
"react-toastify": "^9.1.3",
"tailwindcss": "3.3.3",
"validator": "^13.11.0"
},
"devDependencies": {
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5"
}
}