-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "souptik",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.15",
"@chakra-ui/react": "^2.7.0",
"@emotion/cache": "latest",
"@emotion/react": "^11.11.1",
"@emotion/server": "latest",
"@emotion/styled": "^11.11.0",
"@fontsource/heebo": "^5.0.3",
"@travelopia/web-components": "^0.5.5",
"focus-visible": "^5.2.0",
"framer-motion": "^10.12.16",
"he": "^1.2.0",
"human-format": "^1.2.0",
"i": "^0.3.7",
"javascript-time-ago": "^2.5.9",
"lodash": "^4.17.21",
"next": "latest",
"next-seo": "^6.0.0",
"next-sitemap": "^4.1.3",
"npm": "^9.7.1",
"nprogress": "^0.2.0",
"prop-types": "latest",
"react": "latest",
"react-animate-height": "^3.1.1",
"react-dom": "latest",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.9.0",
"sanitize-html": "^2.10.0"
},
"devDependencies": {
"eslint": "8.43.0",
"eslint-config-next": "13.4.6"
}
}