-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 851 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
{
"name": "blogapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"axios": "^1.6.4",
"babel-plugin-macros": "^3.1.0",
"bootstrap": "^5.3.0",
"next": "^14.1.1",
"next-redux-wrapper": "^8.1.0",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"react-fontawesome": "^1.7.1",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.0.7",
"react-strap": "^0.0.1",
"redux": "^4.2.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.2",
"sweetalert": "^2.1.2"
},
"devDependencies": {
"cypress": "^12.14.0"
}
}