-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.22 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
{
"name": "newviproom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next dev -p 5001",
"build": "next build",
"start": "next start -p 5001",
"lint": "next lint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^6.1.5",
"@reduxjs/toolkit": "^2.3.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"jquery": "^3.7.1",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"next": "latest",
"react": "latest",
"react-apexcharts": "^1.4.1",
"react-bootstrap-daterangepicker": "^8.0.0",
"react-datepicker": "^7.5.0",
"react-dom": "latest",
"react-loading-skeleton": "^3.5.0",
"react-redux": "^9.1.2",
"react-simple-star-rating": "^5.1.7",
"react-toastify": "^10.0.6",
"reselect": "^5.1.1",
"sass": "^1.80.4",
"sweetalert2": "^11.14.4"
},
"devDependencies": {
"@types/axios": "^0.14.4",
"@types/next": "^9.0.0",
"@types/node": "^22.7.9",
"@types/react": "^18.3.12",
"@types/react-redux": "^7.1.34",
"typescript": "^5.6.3"
}
}