-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.52 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.52 KB
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
{
"name": "react-proxes-components",
"version": "0.4.2",
"description": "Elasticsearch components for the ProxES project.",
"main": "lib/react-proxes-component.js",
"author": "Jurgens du Toit",
"homepage": "https://github.com/EagerELK/react-proxes-components",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/EagerELK/react-proxes-components.git"
},
"bugs": {
"url": "https://github.com/EagerELK/react-proxes-components/issues"
},
"dependencies": {
"axios": "^0.15.3",
"classnames": "^2.1.2",
"inflight": "^1.0.6",
"moment": "^2.17.1",
"numeral": "^2.0.4",
"prop-types": "^15.5.10",
"react-table": "^6.6.0",
"string-natural-compare": "^2.0.2"
},
"devDependencies": {
"babel-eslint": "^4.1.3",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"gulp": "^3.9.0",
"react": "^16.0.0",
"react-component-gulp-tasks": "^0.7.6",
"react-dom": "^16.0.0"
},
"browserify-shim": {
"react": "global:React"
},
"scripts": {
"build": "gulp clean && NODE_ENV=production gulp build",
"bump": "gulp clean && NODE_ENV=production gulp bump",
"lint": "eslint ./; true",
"examples": "gulp dev:server",
"publish:site": "NODE_ENV=production gulp publish:examples",
"release": "NODE_ENV=production gulp release",
"start": "gulp dev",
"test": "echo \"no tests yet\" && exit 0",
"watch": "gulp watch:lib"
},
"keywords": [
"react",
"react-component",
"elasticsearch",
"proxes"
]
}