-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.14 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
{
"name": "coursera",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"dateformat": "^3.0.3",
"express": "^4.16.3",
"express-generator": "^4.16.0",
"font-awesome": "^4.7.0",
"moment": "^2.18.1",
"mongoose": "^5.1.0",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"npm": "^6.0.1",
"react": "^16.3.2",
"react-ckeditor-component": "^1.0.7",
"react-countdown-now": "^1.3.0",
"react-datepicker": "^1.5.0",
"react-dom": "^16.3.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-toggle-display": "^2.2.0"
},
"scripts": {
"start": "react-scripts start --nodemon server.js",
"build": "react-scripts build --history-api-fallback",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "public/index.js",
"devDependencies": {
"nodemon": "^1.17.4"
},
"author": "",
"license": "ISC"
}