generated from Tincre/phund
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 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
{
"name": "investor.tincre.com",
"version": "1.2.3",
"description": "The funding site for Tincre, tincre.com",
"repository": "https://github.com/tincre/investor.tincre.com",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"test": "jest --coverage"
},
"dependencies": {
"@prisma/client": "^3.11.1",
"next": "^12.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@next-auth/prisma-adapter": "^1.0.3",
"@sendgrid/mail": "^7.6.2",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
"@types/react": "^17.0.43",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.1",
"jest": "^27.5.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"localforage": "^1.10.0",
"nanoid": "^3.3.2",
"next-auth": "^4.3.1",
"next-seo": "^5.3.0",
"next-sitemap": "^2.5.14",
"nodemailer": "^6.7.3",
"postcss": "^8.4.12",
"prisma": "^3.11.1",
"react-cookie-consent": "^8.0.1",
"react-markdown": "^8.0.1",
"swr": "^1.2.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.6.3",
"validator": "^13.7.0"
}
}