-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
100 lines (100 loc) · 2.82 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "hull-clearbit",
"description": "Enrich Customer data with Clearbit",
"version": "0.4.15",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/hull-ships/hull-clearbit",
"keywords": [
"hull",
"ship",
"hull-ship"
],
"author": {
"name": "Hull",
"email": "[email protected]",
"url": "https://github.com/hull-ships/hull-clearbit"
},
"repository": {
"type": "git",
"url": "git://github.com/hull-ships/hull-clearbit"
},
"bugs": {
"url": "https://github.com/hull-ships/hull-clearbit/issues"
},
"engines": {
"node": "8.11.x",
"npm": "5.6.x",
"yarn": "1.6.x"
},
"lint-staged": {
"*.{js,jsx,css,scss,json}": [
"prettier --write",
"git add"
]
},
"scripts": {
"ngrok": "ngrok http 8082 --region eu --subdomain hull-clearbit",
"build": "builder run build",
"build:client": "builder run build:client",
"build:server": "builder run build:server",
"clean": "builder run clean",
"prettier": "builder run prettier",
"flow": "builder run flow",
"lint": "builder run lint",
"precommit": "builder run precommit",
"postinstall": "builder --expand-archetype run build && pm2 install profiler",
"update": "builder run update",
"test:client": "builder run test:client",
"test:coverage": "builder run test:coverage",
"test:lint": "builder run test:lint",
"test:modules": "builder run test:modules",
"test:specs": "builder run test:specs",
"test:units": "builder run test:units",
"start": "NODE_ENV=production node --optimize_for_size --max_old_space_size=$MEMORY_AVAILABLE -r newrelic ./node_modules/.bin/pm2-runtime --raw process.yml",
"dev": "builder run dev",
"test": "builder run npm:test"
},
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"bottleneck": "^2.0.1",
"builder": "^3.2.3",
"classnames": "^2.2.5",
"clearbit": "^1.3.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"hull": "0.13.17",
"hull-connector": "1.0.41",
"hull-connector-dev": "1.0.41",
"jquery": "^3.3.1",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.19",
"moment": "^2.20.1",
"newrelic": "^2.6.1",
"nock": "^9.1.6",
"object-mapper": "^4.2.0",
"pm2": "^2.9.3",
"prop-types": "^15.6.0",
"qs": "^6.5.1",
"range_check": "^1.4.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.2.0",
"request": "^2.83.0",
"select2": "^4.0.6-rc.1",
"sinon": "^4.2.0"
},
"devDependencies": {
"babel-register": "^6.26.0",
"react-hot-loader": "^3.1.1",
"reactotron-react-js": "^1.12.2",
"reactotron-redux": "^1.12.2",
"updtr": "^2.0.0"
}
}