-
Notifications
You must be signed in to change notification settings - Fork 160
/
package.json
62 lines (62 loc) · 1.63 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@bomdi/codebox": "^1.0.10",
"@editorjs/checklist": "^1.3.0",
"@editorjs/code": "^2.6.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.19.0",
"@editorjs/embed": "^2.4.0",
"@editorjs/header": "^2.6.1",
"@editorjs/image": "^2.6.0",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/link": "^2.3.1",
"@editorjs/list": "^1.6.1",
"@editorjs/marker": "^1.2.2",
"@editorjs/paragraph": "^2.8.0",
"@editorjs/quote": "^2.4.0",
"@editorjs/raw": "^2.3.0",
"@editorjs/simple-image": "^1.4.0",
"@editorjs/table": "^1.3.0",
"@editorjs/warning": "^1.2.0",
"@react-hook/throttle": "^2.2.0",
"evergreen-ui": "^5.1.2",
"gray-matter": "^4.0.2",
"lodash.orderby": "^4.6.0",
"mongodb": "^3.6.3",
"morgan": "^1.10.0",
"nanoid": "^3.1.18",
"next": "10.0.3",
"next-auth": "^3.1.0",
"next-connect": "^0.9.1",
"next-mdx-remote": "^1.0.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-editor-js": "^1.7.0",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.29"
},
"devDependencies": {
"@types/mongodb": "^3.5.34",
"@types/mongoose": "^5.10.1",
"@types/node": "^14.14.10",
"@typescript-eslint/parser": "^4.8.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.6.3",
"typescript": "^4.1.2"
},
"peerOptionalDependencies": {
"mongodb": "^3.6.3"
},
"resolutions": {
"typeorm": "0.2.28"
}
}