forked from jayantkageri/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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
{
"name": "jayantkageri",
"version": "1.0.1",
"homepage": "https://github.com/jayantkageri/Website",
"license": "AGPL-3.0-or-later",
"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 build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.3.0",
"hcaptcha": "^0.1.1",
"next": "12.1.5",
"react": "^18.1.0",
"react-dom": "18.1.0",
"react-ga": "^3.3.0",
"react-toastify": "^9.0.1",
"request-ip": "^2.1.3"
},
"devDependencies": {
"autoprefixer": "^10.4.5",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24"
}
}