-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "slide-generator-web",
"version": "1.0.0",
"description": "Slide Generator Web Built With The MERN Stack",
"main": "server.js",
"scripts": {
"start": "node server.js",
"server": "nodemon server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "Dilmi Kottachchi",
"license": "MIT",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.6.0",
"concurrently": "^6.0.1",
"config": "^3.3.6",
"cors": "^2.8.5",
"draft-js": "^0.11.7",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.3.1",
"mongoose": "^5.12.3",
"multer": "^1.4.2",
"path": "^0.12.7",
"pptxgenjs": "^3.5.0",
"python-shell": "^3.0.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-bootstrap": "^1.5.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"reactstrap": "^8.9.0",
"request": "^2.88.2",
"router": "^1.3.5",
"tesseract.js": "^2.0.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}