-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 957 Bytes
/
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
{
"name": "news-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.1",
"@mui/material": "^5.15.1",
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"firebase": "^10.7.1",
"js-cookie": "^3.0.5",
"lottie-react": "^2.4.0",
"next": "14.0.4",
"otp-input-react": "^0.3.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-phone-input-2": "^2.15.1",
"react-redux": "^9.0.4",
"redux": "^5.0.0",
"redux-persist": "^6.0.0",
"slugify": "^1.6.6",
"swiper": "^11.0.5"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}