-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.4 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
62
{
"name": "lilnouns-online",
"version": "1.1.22",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "npm run export",
"prestart": "npm run build",
"start": "wrangler pages dev out",
"lint": "next lint",
"preexport": "next-sitemap",
"export": "next export"
},
"dependencies": {
"@headlessui/react": "1.7.15",
"@heroicons/react": "2.0.18",
"@types/react-blockies": "1.4.1",
"autoprefixer": "10.4.14",
"clsx": "1.2.1",
"dayjs": "1.11.9",
"ethers": "5.7.2",
"incstr": "1.2.3",
"mangle-css-class-webpack-plugin": "5.0.9",
"moment": "2.29.4",
"next": "13.4.7",
"next-seo": "6.1.0",
"next-sitemap": "4.1.8",
"postcss": "8.4.24",
"react": "18.2.0",
"react-blockies": "1.4.1",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"wagmi": "0.12.13"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20230518.0",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"eslint": "8.42.0",
"eslint-config-next": "13.4.7",
"pnpm": "8.6.5",
"typescript": "5.1.6",
"wrangler": "3.1.1"
},
"pnpm": {
"overrides": {
"json5@<2.2.2": ">=2.2.2"
}
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
},
"funding": [
{
"type": "custom",
"url": "https://ud.me/nekofar.crypto"
}
]
}