-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 896 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 896 Bytes
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
{
"name": "react95",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^14.2.3",
"@react95/icons": "^2.1.1",
"@sendgrid/mail": "^8.1.3",
"@utrecht/component-library-react": "3.0.1-alpha.41",
"@vercel/postgres": "^0.9.0",
"@vercel/postgres-kysely": "^0.9.0",
"bcrypt": "^5.1.1",
"next": "14.2.3",
"next-auth": "^4.24.7",
"nodemailer": "^6.9.14",
"react": "^18",
"react-dom": "^18",
"react95": "^4.0.0",
"styled-components": "^6.1.11",
"vercel": "^34.2.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"typescript": "^5"
}
}