-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "ReactNodeProject",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./server/server.js --exec babel-node --ignore './client'",
"prebuild": "cd client && npm run build",
"build": "babel server --out-dir build",
"build:server": "babel server --out-dir build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@greenlock/manager": "^3.1.0",
"@popperjs/core": "^2.9.3",
"aws-sdk": "^2.978.0",
"babel-node": "^0.0.1-security",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.6.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"greenlock-express": "^4.0.3",
"helmet": "^4.6.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.13.0",
"multer": "^1.4.3",
"multer-s3": "^2.9.0",
"node-sass": "^6.0.1",
"path": "^0.12.7",
"popper.js": "^1.16.1",
"reactstrap": "^8.9.0",
"sass-loader": "^12.1.0"
},
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.14.7",
"babel-loader": "^8.1.0",
"gh-pages": "^3.2.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.7"
}
}