-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@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.16",
"@reduxjs/toolkit": "^1.7.1",
"@tailwindcss/line-clamp": "^0.3.0",
"axios": "^0.24.0",
"next": "^12.0.7",
"next-auth": "^4.0.6",
"query-string": "^7.0.1",
"rc-rate": "^2.9.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-image-gallery": "^1.2.7",
"react-js-pagination": "^3.0.2",
"react-rating-stars-component": "^2.2.0",
"react-redux": "^7.2.6",
"react-spinners": "^0.11.0",
"react-textarea-autosize": "^8.3.3",
"react-toastify": "^8.1.0",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"sharp": "^0.29.3",
"swiper": "^7.3.3",
"tar": "^6.1.11",
"uuid": "^8.3.2",
"yarn": "^1.22.17"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
},
"name": "y",
"version": "y",
"description": "y",
"main": "y",
"repository": "da",
"author": "DESKTOP-7NP33DO\\Loc <ducloc20810@gmail.com>",
"license": "MIT"
}