-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.04 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.04 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
61
62
63
64
65
{
"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.js",
"dev": "concurrently \"nodemon server.js\" \"cd client && npm run start\"",
"build": "cd client && npm run build",
"buildServe": "cd client && npm run build",
"start": "node 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/Software5E/sw_project.git"
},
"keywords": [],
"author": "Ariel Barboza",
"license": "MIT",
"dependencies": {
"animate.css": "^3.7.2",
"animate.css-react": "^0.1.0",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"concurrently": "^4.1.0",
"core-util-is": "^1.0.2",
"cors": "^2.8.5",
"env-cmd": "^10.0.1",
"eslint": "^6.5.1",
"express": "^4.17.1",
"fund": "^1.0.0",
"jquery": "^3.4.1",
"lodash.range": "^3.2.0",
"mdbreact": "^4.21.1",
"mocha": "^6.2.2",
"mongoose": "^5.7.1",
"morgan": "^1.9.1",
"nodemailer": "^6.3.1",
"nodemon": "^1.19.4",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-hot-loader": "^4.12.15",
"react-items-carousel": "^2.8.0",
"react-reveal": "^1.2.2",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.2.0",
"react-vertical-timeline-component": "^2.5.0",
"should": "^13.2.3",
"supertest": "^4.0.2",
"test": "^0.6.0",
"typescript": "^3.6.4",
"video-react": "^0.14.1",
"xoauth2": "^1.2.0",
"zingchart-react": "^2.0.1"
},
"homepage": "https://github.com/Software5E/sw_project#readme"
}