-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 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": "ootms",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@ant-design/nextjs-registry": "^1.0.1",
"@dnd-kit/core": "^6.1.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-google-maps/api": "^2.20.5",
"@reduxjs/toolkit": "^2.5.0",
"@smastrom/react-rating": "^1.5.0",
"@stripe/react-stripe-js": "^3.1.1",
"@vis.gl/react-google-maps": "^1.5.1",
"antd": "^5.20.1",
"axios": "^1.7.4",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.5.6",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet-routing-machine": "^3.2.12",
"next": "14.2.5",
"next-auth": "^4.24.11",
"react": "^18",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18",
"react-icons": "^5.3.0",
"react-leaflet": "^4.2.1",
"react-otp-input": "^3.1.1",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"sharp": "^0.33.5",
"socket.io-client": "^4.8.1",
"sonner": "^1.5.0",
"stripe": "^17.5.0",
"swiper": "^11.1.14",
"tailwind-merge": "^2.5.2",
"universal-cookie": "^7.2.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/node": "22.4.0",
"@types/react": "18.3.3",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}