forked from dionifss/consoleLog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.34 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
{
"name": "projector",
"version": "0.0.0",
"private": true,
"main": "./bin/www",
"scripts": {
"start": "node ./bin/www",
"dev": "DEBUG=projector:* nodemon ./bin/www",
"dev-windows": "nodemon ./bin/www"
},
"dependencies": {
"@monaco-editor/react": "^3.3.0",
"@react-pdf/renderer": "^1.6.8",
"axios": "^0.19.2",
"bcrypt": "^4.0.1",
"body-parser": "^1.18.3",
"cloudinary": "^1.21.0",
"connect-mongo": "^3.2.0",
"cookie-parser": "^1.4.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.17.1",
"face-api.js": "^0.22.2",
"gh-pages": "^2.2.0",
"hbs": "^4.0.1",
"html2canvas": "^1.0.0-rc.5",
"html2pdf.js": "^0.9.2",
"jspdf": "^1.5.3",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"mongoose": "^6.9.2",
"morgan": "^1.9.0",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"node-sass-middleware": "^0.11.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"react-monaco-editor": "^0.36.0",
"react-pdf": "^4.1.0",
"react-scripts": "^3.4.1",
"react-webcam": "^5.0.1",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1",
"typescript": "^3.9.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}