generated from rennemannd/MERN-Heroku-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.88 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.88 KB
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
{
"name": "react_template_repo",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"scripts": {
"test": "mocha server/tests",
"install-all": "concurrently \"npm install\" \"cd client && npm install\"",
"client": "cd client && npm start",
"server": "nodemon server/server.js",
"dev": "concurrently \"nodemon server/server.js\" \"cd client && npm run start\"",
"build": "cd client && npm build",
"start": "node server/server.js",
"heroku-postbuild": "cd client && npm install && npm install --only=dev --no-shrinkwrap && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UFWebApps/React_Template_Repo.git"
},
"keywords": [],
"author": "Dakota Rennemann",
"license": "MIT",
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"all": "0.0.0",
"aws-sdk": "^2.576.0",
"axios": "0.19.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"concurrently": "^4.1.0",
"cors": "^2.8.5",
"dom-parser": "^0.1.6",
"express": "^4.17.1",
"express-session": "^1.17.0",
"mocha": "^6.2.1",
"mongoose": "^5.7.1",
"morgan": "^1.9.1",
"nodemon": "^1.18.10",
"passport": "^0.4.0",
"passport-local-mongoose": "^5.0.1",
"randomatic": "^3.1.1",
"rc-slider": "^8.7.1",
"react-bootstrap": "^1.0.0-beta.16",
"react-rangeslider": "^2.2.0",
"react-xml-parser": "1.1.3",
"request": "^2.88.0",
"semantic-ui-react": "^0.88.1",
"should": "^13.2.3",
"stack": "^0.1.0",
"stripe": "^7.14.0",
"supertest": "^4.0.2",
"window": "^4.2.6"
},
"homepage": "https://github.com/UFWebApps/React_Template_Repo#readme",
"bugs": {
"url": "https://github.com/UFWebApps/React_Template_Repo/issues"
},
"devDependencies": {}
}