-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
49
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^38.0.1",
"@ckeditor/ckeditor5-react": "^6.0.0",
"@types/react-dnd": "^3.0.2",
"@types/react-dom": "18.0.11",
"@uiw/react-md-editor": "^3.23.3",
"axios": "^1.4.0",
"babel-preset-next": "^1.4.0",
"ckeditor4-react": "^4.2.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"next": "13.2.4",
"react": "18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"recoil": "^0.7.7",
"redux": "^4.2.1",
"remark-gfm": "^3.0.1",
"styled-components": "^5.3.9",
"typescript": "4.9.5"
},
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@types/node": "18.15.2",
"@types/react": "18.0.28",
"@types/react-datepicker": "^4.11.2",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7",
"react-paginate": "^8.1.4"
}
}