-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "butik-marleti",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"animate.css": "^4.1.1",
"antd": "^4.12.3",
"aws-sdk": "^2.1088.0",
"axios": "^0.21.1",
"axios-form-data": "^1.0.0",
"bootstrap": "^4.6.0",
"lodash": "^4.17.21",
"next": "^11.0.0",
"next-redux-wrapper": "^7.0.2",
"react": "17.0.2",
"react-avatar": "^3.10.0",
"react-content-loader": "^6.0.3",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-images-uploading": "^3.1.3",
"react-notifications-component": "^3.1.0",
"react-rater": "^6.0.0",
"react-redux": "^7.2.4",
"react-responsive-modal": "^6.1.0",
"react-scroll": "^1.8.4",
"react-slick": "^0.28.1",
"react-star-ratings": "^2.3.0",
"react-stars": "^2.2.5",
"react-tabs": "^3.2.2",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0",
"sass": "^1.38.2",
"slick-carousel": "^1.8.1",
"swiper": "^8.0.6"
}
}