-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage4.json
48 lines (48 loc) · 1.21 KB
/
package4.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
{
"name": "lilnouns-pics",
"version": "1.2.27",
"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": "1.7.17",
"@heroicons/react": "2.0.18",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.7",
"clsx": "2.0.0",
"next": "14.0.2",
"next-seo": "6.4.0",
"next-sitemap": "4.2.3",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20231025.0",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"autoprefixer": "10.4.16",
"eslint": "8.53.0",
"eslint-config-next": "14.0.2",
"incstr": "1.2.3",
"mangle-css-class-webpack-plugin": "5.1.0",
"postcss": "8.4.31",
"serve": "14.2.1",
"tailwindcss": "3.3.5",
"typescript": "5.2.2",
"wrangler": "3.1.0"
},
"funding": [
{
"type": "custom",
"url": "https://ud.me/nekofar.crypto"
}
]
}