-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 861 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 861 Bytes
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
{
"name": "letsread",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run start\" \"npm run client\"",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"concurrently": "^4.0.1",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.4",
"draft.js": "^0.2.0",
"express": "^4.16.3",
"jquery": "^1.12.0",
"json-stringify-safe": "^5.0.1",
"mongoose": "^5.2.17",
"passport": "^0.4.0",
"passport-goodreads": "^1.0.0",
"turn.js": "^1.0.5",
"xml2js": "^0.4.19"
},
"devDependencies": {}
}