-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "nerd-planet-client",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@next/third-parties": "^14.2.3",
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.5",
"clsx": "^2.1.1",
"express": "^4.19.2",
"framer-motion": "^11.3.6",
"http-proxy-middleware": "^3.0.0",
"next": "14.2.3",
"next-pwa": "^5.6.0",
"next-seo": "^6.5.0",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-intersection-observer": "^9.10.2",
"react-toastify": "^10.0.5",
"sharp": "^0.33.4",
"tailwind-merge": "^2.3.0",
"tailwind-scrollbar-hide": "^1.1.7",
"use-debounce": "^10.0.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/next-pwa": "^5.6.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}