-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
61 lines (61 loc) · 1.52 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
52
53
54
55
56
57
58
59
60
61
{
"name": "jayantkageri",
"version": "2.1.0",
"license": "AGPL-3.0-or-later",
"icon": "./assets/jayantkageri.png",
"readme": "./README.md",
"repository": "https://github.com/jayantkageri/Website.git",
"homepage": "https://jayantkageri.in",
"author": {
"name": "Jayant Hegde Kageri",
"email": "[email protected]",
"url": "https://jayantkageri.in"
},
"funding": [
{
"type": "upi",
"url": "https://links.jayantkageri.in/payu"
},
{
"type": "github",
"url": "https://github.com/sponsors/jayantkageri"
},
{
"type": "patreon",
"url": "https://www.patreon.com/jayantkageri"
}
],
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"pull": "git pull && yarn && rm -rf .next && yarn build"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.3.0",
"@next/font": "^13.0.2",
"hcaptcha": "^0.1.1",
"next": "^13.0.2",
"nodemailer": "^6.7.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.3.0",
"request-ip": "^3.3.0",
"sharp": "^0.30.7"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/nodemailer": "^6.4.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/request-ip": "0.0.37",
"autoprefixer": "^10.4.5",
"eslint": "8.21.0",
"eslint-config-next": "^13.0.2",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24",
"typescript": "4.7.4"
}
}