forked from swastikom/grabtern-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 930 Bytes
/
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
{
"name": "grab-tern-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"antd": "^5.4.5",
"axios": "^1.2.3",
"jquery": "^3.6.3",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"next": "^13.1.1",
"owl.carousel": "^2.3.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-owl-carousel": "^2.3.3",
"react-query": "^3.39.3",
"react-router-dom": "^6.8.1",
"react-socks": "^2.2.0",
"redis": "^4.6.5",
"sharp": "^0.32.1",
"styled-components": "^5.3.10",
"swr": "^2.1.5"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "13.1.1",
"eslint-config-prettier": "^8.8.0",
"next-sitemap": "^3.1.47",
"prettier": "^2.8.7"
}
}