-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.71 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
63
{
"name": "articlify",
"version": "0.15.3",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/checklist": "^1.3.0",
"@editorjs/code": "^2.7.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.23.2",
"@editorjs/embed": "^2.5.1",
"@editorjs/header": "^2.6.2",
"@editorjs/image": "^2.6.2",
"@editorjs/inline-code": "^1.3.1",
"@editorjs/link": "^2.4.0",
"@editorjs/list": "^1.7.0",
"@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.1",
"@editorjs/table": "^2.0.1",
"@editorjs/underline": "^1.0.0",
"@editorjs/warning": "^1.2.0",
"@headlessui/react": "^1.6.5",
"@next-auth/mongodb-adapter": "^1.0.3",
"bcryptjs": "^2.4.3",
"formidable": "^2.0.1",
"mongoose": "^6.2.7",
"next": "^12.1.0",
"next-auth": "latest",
"next-themes": "^0.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-editor-js": "^2.0.6",
"react-select": "^5.3.1",
"sass": "^1.51.0",
"sharp": "^0.30.4"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.12",
"@types/editorjs__header": "^2.6.0",
"@types/express": "^4.17.13",
"@types/mongoose": "^5.11.97",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"autoprefixer": "^10.4.7",
"concurrently": "^7.0.0",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"nodemon": "^2.0.15",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"typescript": "4.6.2"
}
}