-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.48 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
52
53
54
55
56
57
{
"name": "travel-booking",
"version": "0.1.0",
"private": true,
"engines": {
"node": "16.18.1"
},
"scripts": {
"prod": "pm2 start npm --name TRAVEL-FRONT:3000 -- run dev",
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@types/axios": "^0.14.0",
"@types/lodash": "^4.14.185",
"antd": "^4.22.4",
"axios": "^0.27.2",
"cookies-next": "^2.1.1",
"crypto-js": "^4.1.1",
"draft-js": "^0.11.7",
"feather-icons": "^4.29.0",
"immutable": "^4.1.0",
"install": "^0.13.0",
"jquery": "^3.6.0",
"lodash": "^4.17.21",
"metismenu": "^3.0.7",
"moment": "^2.29.4",
"netlify-cli": "^12.1.1",
"next": "12.2.4",
"nextjs-progressbar": "0.0.14",
"npm": "^8.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-highlight-words": "^0.18.0",
"react-hook-form": "^7.34.0",
"react-infinite-scroll-component": "^6.1.0",
"react-moment": "^1.1.2",
"react-toastify": "^9.0.8",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/jquery": "^3.5.14",
"@types/node": "18.6.5",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-highlight-words": "^0.16.4",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"typescript": "4.7.4"
}
}