-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.52 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.52 KB
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
52
53
{
"version": "1.0.2",
"name": "phund",
"description": "Your app to get funded, built on Next.js and Tailwindcss, by Tincre. Raise capital the hard way.ᵀᴹ",
"homepage": "https://github.com/Tincre/phund#readme",
"bugs": {
"url": "https://github.com/Tincre/phund/issues",
"email": "developers@tincre.dev"
},
"license": "MIT",
"author": "Jason R. Stevens, CFA on behalf of Tincre and contributors (http://tincre.com/)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --coverage"
},
"dependencies": {
"@prisma/client": "^3.10.0",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.5",
"@next-auth/prisma-adapter": "^1.0.1",
"@sendgrid/mail": "^7.6.1",
"@tailwindcss/typography": "^0.5.2",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "^8.9.0",
"eslint-config-next": "^12.1.0",
"jest": "^27.5.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"localforage": "^1.10.0",
"nanoid": "^3.3.1",
"next-auth": "^4.2.1",
"next-seo": "^5.1.0",
"nodemailer": "^6.7.2",
"postcss": "^8.4.6",
"prisma": "^3.10.0",
"react-markdown": "^8.0.0",
"swr": "^1.2.2",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.5",
"validator": "^13.7.0"
}
}