-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "reach-magazine-mern-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index-helper.js",
"backend": "nodemon index-helper.js",
"frontend": "npm run front --prefix client",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=true npm install --prefix client && npm run build --prefix client",
"build": "cross-env INLINE_RUNTIME_CHUNK=false react-scripts build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pdsla112/reach-magazine-mern-app.git"
},
"keywords": [
"example",
"heroku"
],
"author": "Phillip La",
"license": "ISC",
"bugs": {
"url": "https://github.com/pdsla112/reach-magazine-mern-app/issues"
},
"homepage": "https://github.com/pdsla112/reach-magazine-mern-app#readme",
"dependencies": {
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/register": "^7.16.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-mongodb-session": "^2.4.1",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto-random-string": "^3.3.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"helmet": "^4.4.1",
"ignore-styles": "^5.0.1",
"mongoose": "^5.11.18",
"multer": "^1.4.2",
"nodemon": "^2.0.7",
"random-int": "^2.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"unorm": "^1.6.0"
},
"engines": {
"node": "16.13.0",
"npm": "8.1.3"
}
}