-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "blog-app-bookxpert",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@emailjs/browser": "^3.11.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"axios": "^1.3.5",
"bcrypt": "^5.1.0",
"eslint": "8.37.0",
"eslint-config-next": "13.3.0",
"express": "^4.18.2",
"framer-motion": "^10.11.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.0.3",
"next": "13.3.0",
"react": "18.2.0",
"react-app-store-badge": "^1.0.2",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"react-vertical-timeline-component": "^3.6.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"swiper": "^9.2.0",
"vercel": "^28.18.5"
},
"devDependencies": {
"dotenv": "^16.0.3",
"nodemon": "^2.0.22"
}
}