-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.96 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
65
66
67
68
{
"name": "xiaoyang-mall",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.180.0",
"@aws-sdk/credential-providers": "^3.554.0",
"@aws-sdk/lib-dynamodb": "^3.529.1",
"@aws-sdk/types": "^3.188.0",
"@popperjs/core": "^2.11.8",
"@react-native-async-storage/async-storage": "^1.19.0",
"@reduxjs/toolkit": "^1.9.5",
"@stripe/react-stripe-js": "^2.1.1",
"@stripe/stripe-js": "^1.54.2",
"@types/next": "^9.0.0",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/react-redux": "^7.1.25",
"@types/redux-persist": "^4.3.1",
"aws-sdk": "^2.1599.0",
"axios": "^1.4.0",
"bootstrap": "5.2.2",
"emailjs-com": "^3.2.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"formik": "^2.4.2",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
"next": "^14.0.4",
"next-google-fonts": "^2.2.0",
"react": "18.2.0",
"react-countup": "^6.4.2",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.2",
"react-intersection-observer": "^9.5.2",
"react-modal-image": "^2.6.0",
"react-modal-video": "^2.0.0",
"react-photo-view": "^1.2.3",
"react-range": "^1.8.14",
"react-redux": "^8.1.1",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"sass": "^1.63.4",
"slick-carousel": "^1.8.1",
"smooth-scrollbar": "^8.8.4",
"swiper": "^9.4.1",
"typescript": "5.1.3",
"uuid": "^9.0.1",
"wowjs": "^1.1.3",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/react-modal-image": "^2.6.0",
"@types/react-modal-video": "^1.2.0",
"@types/react-slick": "^0.23.10",
"@types/uuid": "^9.0.8"
}
}