-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.59 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
52
53
54
55
56
57
58
{
"name": "peworld-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.10",
"@fortawesome/fontawesome-free": "^6.1.1",
"aos": "^2.3.4",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"jquery": "^3.6.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"next": "12.1.6",
"next-cookies": "^2.0.3",
"next-persist": "^1.2.4",
"next-redux-wrapper": "^7.0.5",
"nextjs-progressbar": "^0.0.14",
"prop-types": "^15.8.1",
"react": "18.1.0",
"react-bootstrap": "^2.4.0",
"react-content-loader": "^6.2.0",
"react-dom": "18.1.0",
"react-input-emoji": "^4.1.0",
"react-paginate": "^8.1.3",
"react-redux": "^8.0.2",
"react-select": "^5.3.2",
"react-toastify": "^9.0.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^5.10.0",
"redux-promise-middleware": "^6.1.2",
"redux-thunk": "^2.4.1",
"socket.io-client": "^4.5.1",
"sweetalert2": "^11.4.14",
"swiper": "^8.2.4"
},
"devDependencies": {
"@types/bootstrap": "^5.1.12",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2"
}
}