-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.42 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
45
46
47
48
{
"name": "readmeagain",
"description": "Read Me Again is a statistical driven second-hand-book trading platform",
"homepage": "https://readmeagain.azurewebsites.net",
"version": "0.1.0",
"license": "MIT",
"private": true,
"dependencies": {
"downshift": "^1.31.0",
"echarts": "^4.0.4",
"echarts-for-react": "^2.0.8",
"express": "^4.16.2",
"google-books-search": "^0.3.1",
"material-ui": "^1.0.0-beta.37",
"material-ui-icons": "^1.0.0-beta.36",
"material-ui-image": "^3.0.0-pre.6",
"node-isbn": "^1.3.0",
"nodemailer": "^4.0.1",
"nodemailer-smtp-transport": "^2.7.4",
"pg": "^7.4.1",
"pg-query": "^0.11.0",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.9",
"react-google-login": "^3.0.10",
"react-rating": "^1.1.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-select": "^1.2.1",
"superagent": "^3.8.2"
},
"scripts": {
"start": "node server.js",
"client": "react-scripts start",
"server": "nodemon server.js",
"build": "react-scripts build",
"test": "concurrently \"npm run server\" \"npm run client\"",
"eject": "react-scripts eject",
"heroku-postbuild": "npm install && npm run build"
},
"proxy": "http://localhost:3001",
"devDependencies": {
"concurrently": "^3.5.1",
"nodemon": "^1.17.1"
}
}