-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "portflowio",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"server": "node server.js",
"client": "node scripts/start-client.js",
"seed": "node scripts/seedDB.js",
"start": "concurrently \"nodemon server.js\" \"npm run client\"",
"build": "node scripts/build.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^3.5.1",
"nodemon": "^1.12.1"
},
"dependencies": {
"@okta/oidc-middleware": "^0.0.15",
"@okta/okta-react": "0.0.11",
"@okta/okta-signin-widget": "^2.6.0",
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-session": "^1.15.6",
"filestack-js": "^0.10.1",
"filestack-react": "^1.3.8",
"getstream-node": "^1.5.0",
"jquery": "^3.3.1",
"mongodb": "^3.0.1",
"mongoose": "^4.13.3",
"react-materialize": "^1.1.2",
"sequelize": "^4.31.2",
"sequelize-cli": "^3.2.0",
"socket.io": "^2.0.4"
},
"homepage": "http://github.com/jordanchadsey/Portflowio"
}