-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 981 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 981 Bytes
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
{
"name": "go-code",
"private": true,
"author": "Valeri Sabev",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.6.5",
"@monaco-editor/react": "^4.4.5",
"@types/jsonwebtoken": "^8.5.8",
"@types/passport": "^1.0.9",
"@types/passport-github2": "^1.2.5",
"@types/passport-google-oauth2": "^0.1.5",
"cookies-next": "^2.1.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.0",
"next": "^12.2.0",
"next-connect": "^0.12.2",
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"passport-google-oauth2": "^0.2.0",
"react": "18.1.0",
"react-code-blocks": "0.0.9-0",
"react-dom": "18.1.0",
"react-loading-skeleton": "^3.1.0"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "^8.18.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "4.7.2"
}
}