This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 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
{
"name": "lilnouns-pics",
"version": "1.2.46",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"prestart": "npm run build",
"start": "NODE_ENV=production pnpm run wrangler",
"lint": "next lint",
"wrangler": "wrangler pages dev out --compatibility-date=2023-07-24"
},
"dependencies": {
"@headlessui/react": "2.1.2",
"@heroicons/react": "2.1.5",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"clsx": "2.1.1",
"next": "14.2.5",
"next-seo": "6.5.0",
"next-sitemap": "4.2.3",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240815.0",
"@types/node": "22.4.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"autoprefixer": "10.4.20",
"eslint": "9.9.0",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-lingui": "0.3.0",
"eslint-plugin-next": "0.0.0",
"eslint-plugin-next-on-pages": "1.13.2",
"eslint-plugin-tailwindcss": "3.17.4",
"eslint-plugin-unicorn": "55.0.0",
"incstr": "1.2.3",
"mangle-css-class-webpack-plugin": "5.1.0",
"postcss": "8.4.41",
"serve": "14.2.3",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"wrangler": "3.72.0"
},
"resolutions": {
"undici": ">=6.11.1"
},
"funding": [
{
"type": "custom",
"url": "https://ud.me/nekofar.crypto"
}
]
}