-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "Fall19TerraNova",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"object-assign": "^4.1.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"js-tokens": "^4.0.0",
"react-is": "^16.11.0",
"prop-types": "^15.7.2",
"loose-envify": "^1.4.0",
"react-image-gallery": "^0.9.1",
"react-swipeable": "^5.4.0",
"resize-observer-polyfill": "^1.5.1"
},
"devDependencies": {},
"scripts": {
"build": "cd client && npm install --only=dev && npm install && npm run build && cd ..",
"deploy": "cp -a client/build/. public/",
"heroku-postbuild": "npm run build && npm run deploy && echo 'Client Built'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devpointlabs/Fall19TerraNova.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/devpointlabs/Fall19TerraNova/issues"
},
"homepage": "https://github.com/devpointlabs/Fall19TerraNova#readme"
}