-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "komik",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"turbo": "next dev --turbo",
"build": "npm run partytown && next build",
"postbuild": "next-sitemap",
"partytown": "partytown copylib public/~partytown",
"start": "next start",
"lint": "next lint",
"clean": "rm -rf dist out node_modules"
},
"dependencies": {
"@bradgarropy/next-google-analytics": "^1.0.2",
"@builder.io/partytown": "^0.7.5",
"@next/font": "13.1.6",
"@types/node": "18.13.0",
"@types/react": "^18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^0.1.8",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"daisyui": "^2.46.1",
"ky": "^0.33.2",
"next": "^13.1.6",
"next-cloudinary": "^2.3.1",
"next-sitemap": "^4.0.6",
"nextjs-cors": "^2.1.2",
"nextjs-google-adsense": "^1.0.0",
"octokit": "^2.0.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-is": "^18.2.0",
"swr": "^1.3.0",
"tailwindcss": "^3.1.6",
"tough-cookie": "^4.0.0"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"autoprefixer": "^10.4.7",
"eslint": "8.19.0",
"eslint-config-next": "^13.1.2",
"postcss": "^8.4.14",
"react-refresh": "latest",
"typescript": "^4.9.5"
}
}