-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·62 lines (62 loc) · 1.56 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
{
"name": "writer",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "NODE_ENV=development nodemon app.js"
},
"author": "Sajan",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"babel-loader": "^8.0.6",
"bcrypt": "^3.0.6",
"cloudinary": "^1.14.0",
"connect-mongo": "^2.0.3",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"ejs": "^2.6.1",
"express": "^4.17.0",
"express-session": "^1.16.1",
"jsonwebtoken": "^8.5.1",
"load-script": "^1.0.0",
"mongoose": "^5.5.9",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"nodemailer": "^6.1.1",
"nodemon": "^1.19.0",
"passport": "^0.4.0",
"passport-google-oauth": "^2.0.0",
"query-string": "^6.5.0",
"react": "^16.8.6",
"react-autosuggest": "^9.4.3",
"react-dom": "^16.8.6",
"react-fontawesome": "^1.6.1",
"react-iframe": "^1.8.0",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"serve-favicon": "^2.5.0",
"time-stamp": "^2.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"file-loader": "^2.0.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2",
"webpack-dev-middleware": "^3.7.0",
"webpack-hot-middleware": "^2.25.0"
}
}