forked from Brian-T-Hart/bisque3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "goal-post-crm",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"server": "node server.js",
"client": "node scripts/start-client.js",
"start": "concurrently \"nodemon server.js\" \"npm run client\"",
"build": "node scripts/build.js",
"seed": "node scripts/seedDB.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^3.5.0",
"nodemon": "^1.11.0"
},
"dependencies": {
"axios": "^0.17.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"chart.js": "^2.7.1",
"express": "^4.16.2",
"express-session": "^1.15.6",
"google-maps-react": "^1.1.2",
"jsonwebtoken": "^8.1.0",
"jwt-decode": "^2.2.0",
"method-override": "^2.3.10",
"moment": "^2.19.3",
"mongoose": "^4.13.0",
"mysql2": "^1.4.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pubsub-js": "^1.5.7",
"rc-time-picker": "^3.2.1",
"react-calendar": "^2.6.0",
"react-gmaps": "^1.7.0",
"react-google-maps": "^9.4.2",
"react-router-dom": "^4.2.2",
"sequelize": "^4.22.6"
}
}