-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.46 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
{
"name": "slidy",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.19.3",
"@tippyjs/react": "^4.2.6",
"@types/bcryptjs": "^2.4.6",
"@types/react-star-ratings": "^2.3.3",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"@vis.gl/react-google-maps": "^1.1.0",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"gsap": "^3.12.5",
"jsonwebtoken": "^9.0.2",
"libphonenumber-js": "^1.11.4",
"moment": "^2.30.1",
"mongoose": "^8.4.5",
"next": "15.0.0-canary.59",
"next-client-cookies": "^1.1.1",
"node-telegram-bot-api": "^0.66.0",
"package": "^1.0.1",
"react": "19.0.0-rc.0",
"react-datepicker": "^7.3.0",
"react-dom": "19.0.0-rc.0",
"react-redux": "^9.1.2",
"react-star-ratings": "^2.3.0",
"swiper": "^11.1.4",
"use-debounce": "^10.0.1",
"zod": "^3.23.8",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/date-fns": "^2.6.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.9",
"@types/node-telegram-bot-api": "^0.64.7",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.77.6",
"typescript": "^5.5.3"
}
}