forked from searchkit/searchkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.36 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
{
"private": true,
"name": "searchkit",
"keywords": [
"elasticsearch",
"react",
"ui components",
"search",
"framework",
"library",
"widgets"
],
"homepage": "http://www.searchkit.co",
"bugs": {
"url": "https://github.com/searchkit/searchkit/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/searchkit/searchkit.git"
},
"scripts": {
"lerna": "lerna",
"build": "lerna run build",
"clean": "lerna clean",
"publish": "node ./scripts/deploy.js"
},
"authors": [
{
"name": "Joseph McElroy",
"email": "[email protected]"
},
{
"name": "Siavash Etemadieh",
"email": "[email protected]"
}
],
"contributors": [
{
"name": "Gregory Potdevin",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"dependencies": {},
"devDependencies": {
"cross-spawn": "^6.0.5",
"cz-conventional-changelog": "^2.1.0",
"lerna": "^3.1.4"
},
"workspaces": [
"packages/*"
],
"resolutions": {
"@types/react": "^16.4.12"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}