-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "riskradar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.13.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.5",
"@mui/material": "^6.1.5",
"@mui/material-nextjs": "^6.1.5",
"@reduxjs/toolkit": "^2.3.0",
"joi": "^17.13.3",
"mongoose": "^8.7.3",
"next": "14.2.15",
"next-connect": "^1.0.0",
"notistack": "^3.0.1",
"pino": "^9.5.0",
"prop-types": "^15.8.1",
"query-string": "^9.1.1",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.2"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/node": "^20.17.1",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
"typescript": "^5",
"typescript-eslint": "^8.11.0"
}
}