forked from Gorbash-Labs/GB01
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.79 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": "Goru",
"version": "1.0.0",
"description": "A mentorship community for APIs and other developer technologies.",
"main": "index.js",
"scripts": {
"start": "concurrently \"webpack-dev-server --mode development --open --hot\" \"nodemon ./server/server.js\"",
"serve": "nodemon server/server.js",
"build": "webpack --mode production",
"ws-serve": "nodemon server/ws-server.js"
},
"keywords": [],
"author": "Gorbash Labs",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.0",
"css-loader": "^6.8.1",
"dotenv": "^16.3.1",
"dotenv-webpack": "^8.0.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"nodemon": "^3.0.1",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@tinymce/tinymce-react": "^4.3.0",
"app-root-path": "^3.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dart-sass": "^1.25.0",
"express": "^4.18.2",
"http": "^0.0.1-security",
"markdown-it": "^13.0.1",
"mongoose": "^7.3.3",
"pg": "^8.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.7",
"react-router": "^6.14.1",
"react-router-dom": "^6.14.1",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1",
"tinymce": "^6.6.0",
"url-loader": "^4.1.1",
"ws": "^8.13.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gorbash-Labs/GB01.git"
},
"bugs": {
"url": "https://github.com/Gorbash-Labs/GB01/issues"
},
"homepage": "https://github.com/Gorbash-Labs/GB01#readme"
}