forked from mocp-me/mocp_me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 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": "mocp.me",
"version": "2.0.0",
"engine": {
"node": "9.4.0"
},
"description": "React based application to explore the works of the Museum of Contemporary Photography",
"main": "index.js",
"scripts": {
"server": "node-dev server.js",
"client": "node startup-scripts/start-client.js",
"build": "node startup-scripts/build.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"nodemon server.js\" \"npm run client\"",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"devDependencies": {
"concurrently": "^3.5.0",
"node-dev": "^3.1.3"
},
"repository": "https://github.com/mocp-me/mocp_me",
"license": "MIT",
"dependencies": {
"@google-cloud/storage": "^1.6.0",
"@google-cloud/vision": "^0.15.0",
"auth0-js": "^9.2.1",
"axios": "^0.17.1",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"express-jwt": "^5.3.0",
"jquery": "^3.3.1",
"jwks-rsa": "^1.2.1",
"multer": "^1.3.0",
"mysql2": "^1.5.2",
"normalize-css": "^2.3.1",
"path": "^0.12.7",
"react-dimensions": "^1.3.1",
"react-grid-system": "^3.1.2",
"react-router-dom": "^4.2.2",
"react-slick": "^0.17.1",
"react-waypoint": "^8.0.0",
"sequelize": "^4.32.3"
}
}