-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 950 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
35
36
37
38
{
"name": "avis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "cross-env NODE_ENV=production next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": "18.18.0"
},
"dependencies": {
"@ckeditor/ckeditor5-inspector": "^4.1.0",
"@ckeditor/ckeditor5-react": "^6.1.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.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",
"lodash": "^4.17.21",
"mongoose": "^7.3.2",
"next": "^14.0.0",
"next-auth": "^4.24.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}