This repository has been archived by the owner on May 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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": "e-commerce",
"version": "1.0.0",
"description": "A eCommerce website made for education",
"author": "",
"license": "MIT",
"private": true,
"scripts": {
"turbo": "next dev --turbo",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/react": "^2.2.10",
"@reduxjs/toolkit": "^2.2.3",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"bootstrap": "^3.3.7",
"copy-webpack-plugin": "^12.0.2",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"jquery-zoom": "^1.7.21",
"lodash.debounce": "^4.0.8",
"mongoose": "^8.2.2",
"ms": "^2.1.3",
"nanoid": "^5.0.6",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-images": "^1.8.5",
"nouislider": "^15.7.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.10.2",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-redux": "^9.1.1",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.2",
"slick-carousel": "^1.8.1",
"tailwindcss-animate": "^1.0.7",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jquery": "^3.5.29",
"@types/lodash.debounce": "^4.0.9",
"@types/ms": "^0.7.34",
"@types/node": "^20.11.30",
"@types/react": "^18.2.67",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.22",
"@types/react-select-country-list": "^2.2.3",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.2"
}
}