-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.46 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.46 KB
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
{
"name": "mern3",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"client-install": "npm install --prefix client",
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@monaco-editor/react": "^4.2.0",
"ace-builds": "^1.4.12",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.6.0",
"bootstrap-select": "^1.13.18",
"concurrently": "^6.2.1",
"dotenv": "^10.0.0",
"emailjs-com": "^3.1.0",
"express": "^4.17.1",
"heroku": "^7.56.1",
"http": "0.0.1-security",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"mime": "^2.5.2",
"mongoose": "^5.13.7",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"portfinder": "^1.0.28",
"react": "^16.8.0",
"react-ace": "^9.4.1",
"react-bootstrap": "^1.6.1",
"react-countup": "^4.3.3",
"react-dom": "^16.8.0",
"react-panelgroup": "^1.0.12",
"react-resizable": "^3.0.4",
"react-scripts": "^4.0.3",
"react-spinners": "^0.11.0",
"socket.io": "^4.1.2",
"socket.io-client": "^4.1.2",
"unirest": "^0.6.0",
"validator": "^13.6.0",
"web-vitals": "^2.1.0",
"websocket": "^1.0.34"
},
"engines": {
"node": "14.x"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}