-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 884 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
{
"name": "bp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5173",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@editorjs/editorjs": "^2.27.0",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/inline-code": "^1.4.0",
"@editorjs/marker": "^1.3.0",
"@editorjs/paragraph": "^2.9.0",
"@editorjs/simple-image": "^1.5.1",
"bcryptjs": "^2.4.3",
"editorjs-html": "^3.4.2",
"encoding": "^0.1.13",
"google-spreadsheet": "^3.3.0",
"googleapis": "^118.0.0",
"mongoose": "^7.4.3",
"next": "13.4.19",
"next-auth": "^4.23.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"supports-color": "^9.3.1"
},
"devDependencies": {
"@types/react": "18.2.20",
"sass": "^1.62.1",
"typescript": "5.1.6"
}
}