-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 982 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
40
{
"name": "collax",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate-sitemap": "next-sitemap"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.8.5",
"bootstrap": "^5.2.1",
"firebase": "^9.10.0",
"formik": "^2.2.9",
"next": "12.3.0",
"next-sitemap": "^3.1.54",
"react": "18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-cookie-consent": "^8.0.1",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.5",
"react-modal-video": "^2.0.0",
"react-paginate": "^8.1.3",
"react-rating": "^2.0.5",
"react-redux": "^8.0.2",
"react-toastify": "^9.0.8",
"react-tooltip": "^4.2.21",
"sass": "^1.54.9",
"swiper": "^8.3.2",
"wowjs": "^1.1.3",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.23.1",
"eslint-config-next": "12.3.0"
}
}