-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
{
"name": "lilnouns-bid",
"version": "1.2.11",
"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",
"@rainbow-me/rainbowkit": "0.12.14",
"autoprefixer": "10.4.14",
"clsx": "1.2.1",
"dayjs": "1.11.8",
"ethers": "5.7.2",
"graphql": "16.6.0",
"next": "13.4.7",
"next-seo": "6.1.0",
"next-sitemap": "4.1.3",
"next-urql": "5.0.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use": "17.4.0",
"tailwindcss": "3.3.2",
"tilg": "0.1.1",
"urql": "4.0.4",
"wagmi": "0.12.18"
},
"devDependencies": {
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"eslint": "8.44.0",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "8.8.0",
"incstr": "1.2.3",
"mangle-css-class-webpack-plugin": "5.0.9",
"prettier": "2.8.8",
"prettier-plugin-organize-imports": "3.2.2",
"prettier-plugin-tailwindcss": "0.3.0",
"typescript": "5.1.3",
"wrangler": "3.1.1"
},
"funding": [
{
"type": "custom",
"url": "https://ud.me/nekofar.crypto"
}
]
}