-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 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
{
"name": "headstartr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "9.2.1",
"npm": "5.5.1"
},
"scripts": {
"start": "node index.js",
"server": "nodemon index.js",
"client": "npm run start --prefix client",
"sass-compile": "npm run compile:sass --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\" \"npm run sass-compile\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"author": "",
"license": "ISC",
"dependencies": {
"chart.js": "^2.7.2",
"concurrently": "^3.5.1",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.2",
"mongoose": "^5.0.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"react-chartjs-2": "^2.7.4",
"react-countdown-now": "^1.3.0",
"react-redux": "^5.0.7",
"react-scroll": "^1.7.10",
"redux": "^4.0.0",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0",
"scss-compile": "^0.1.7",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.2",
"uuid": "^3.3.2"
}
}