-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.46 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
46
47
48
49
50
51
{
"name": "bio-pages",
"version": "0.1.0",
"private": true,
"scripts": {
"create_env": "node scripts/create_env.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "node scripts/seed.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/bcryptjs": "^2.4.6",
"@types/node": "20.5.8",
"@types/react": "18.2.21",
"@types/react-chartjs-2": "^2.5.7",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "18.2.7",
"@types/react-paginate": "^7.1.4",
"@types/react-transition-group": "^4.4.10",
"@vercel/blob": "^0.16.1",
"@vercel/postgres": "^0.5.1",
"autoprefixer": "10.4.15",
"bcryptjs": "^2.4.3",
"date-fns": "^3.6.0",
"dotenv": "^16.3.1",
"eslint": "8.48.0",
"eslint-config-next": "14.2.7",
"framer-motion": "^10.18.0",
"nanoid": "^5.0.4",
"next": "14.2.10",
"next-auth": "^4.23.1",
"nextjs-google-analytics": "^2.3.3",
"postcss": "8.4.31",
"react": "18.2.0",
"react-avatar-edit": "^1.2.0",
"react-best-gradient-color-picker": "^3.0.5",
"react-calendar": "^4.7.0",
"react-chartjs-2": "^5.2.0",
"react-date-range": "^2.0.0-alpha.4",
"react-dom": "18.2.0",
"react-paginate": "^8.2.0",
"resend": "^3.1.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2"
}
}