-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"3d-react-carousal": "^4.0.2",
"@babel/core": "^7.15.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@material-tailwind/react": "0.3.4",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"emotion": "^11.0.0",
"jquery": "^3.6.0",
"mdb-react-ui-kit": "^1.3.0",
"next": "latest",
"react": "^17.0.2",
"react-alice-carousel": "^2.5.1",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-image-gallery": "^1.2.7",
"react-native": "^0.65.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-simple-image-slider": "^2.1.2",
"react-slick": "^0.28.1",
"react-slideshow-image": "^3.5.0",
"react-tinder-card": "^1.4.0",
"slick-carousel": "^1.8.1",
"webpack": "^5.50.0"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}