-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.35 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.35 KB
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
{
"name": "avis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "cross-env NODE_ENV=production next build",
"start": "node server.js",
"lint": "next lint"
},
"engines": {
"node": "18.18.0"
},
"dependencies": {
"@azure/msal-node": "^2.13.0",
"@ckeditor/ckeditor5-inspector": "^4.1.0",
"@ckeditor/ckeditor5-react": "^6.1.0",
"@ckeditor/ckeditor5-watchdog": "^43.0.0",
"@emotion/react": "^11.13.0",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.14.0",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/material": "^5.14.0",
"@mui/material-next": "^6.0.0-alpha.100",
"@reduxjs/toolkit": "^1.9.5",
"ckeditor5": "^39.0.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"express": "^4.21.0",
"express-session": "^1.18.0",
"http-proxy-middleware": "^3.0.0",
"https-proxy-agent": "^7.0.5",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"memorystore": "^1.6.7",
"mongoose": "^7.3.2",
"next": "^14.2.12",
"node-global-proxy": "^1.0.1",
"passport": "^0.7.0",
"passport-azure-oauth2": "^0.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1",
"sass": "^1.77.8",
"sharp": "^0.33.5"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}