-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 995 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": "blog-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^5.1.0",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.121",
"@mui/material": "^5.11.11",
"axios": "^1.3.4",
"ckeditor5-custom-build": "file:ckeditor5",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"next": "^13.2.3",
"next-redux-wrapper": "^8.1.0",
"node-forge": "^1.3.1",
"notistack": "^2.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"redux-saga": "^1.2.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "8.35.0",
"eslint-config-next": "^13.2.3",
"redux-devtools-extension": "^2.13.9"
}
}