-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.64 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
58
59
60
61
62
63
64
{
"name": "nextecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"apexcharts": "^3.45.2",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"cloudinary": "^1.40.0",
"cloudinary-react": "^1.8.1",
"dotenv": "^16.3.1",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"formik": "^2.4.2",
"fs": "^0.0.1-security",
"icons": "^1.0.0",
"jquery": "^3.7.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"moment": "^2.29.4",
"mongoose": "^7.3.1",
"multer": "^1.4.5-lts.1",
"next": "13.4.8",
"next-auth": "^4.22.3",
"next-connect": "^1.0.0",
"nodemailer": "^6.9.13",
"query-string": "^8.1.0",
"raw-body": "^2.5.2",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.6.4",
"react-icons": "^4.10.1",
"react-input-range": "^1.3.0",
"react-js-pagination": "3.0.3",
"react-loader-spinner": "^5.3.4",
"react-loading-skeleton": "^3.4.0",
"react-modal": "^3.16.1",
"react-owl-carousel": "^2.3.3",
"react-query": "^3.39.3",
"react-slick": "^0.30.2",
"react-stars": "^2.2.5",
"react-toastify": "^9.1.3",
"react-type-animation": "^3.1.0",
"slick-carousel": "^1.8.1",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"stripe": "^12.17.0",
"swiper": "^11.1.4",
"yup": "^1.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2"
}
}