forked from lacework/react-structured-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
{
"name": "react-structured-filter",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.0.0",
"babel-preset-react": "^6.5.0",
"babelify": "6.3.0",
"browserify": "13.1.0",
"create-react-class": "^15.6.2",
"es6-promise": "*",
"fuzzy": "^0.1.0",
"griddle-callback": "0.2.0",
"griddle-react": "0.2.4",
"gulp": "3.9.1",
"gulp-browserify": "*",
"gulp-concat": "*",
"gulp-notify": "2.2.0",
"gulp-react": "^3.1.0",
"gulp-streamify": "1.0.2",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-watch": "*",
"moment": "*",
"prop-types": "^15.6.0",
"react": "16.2.0",
"react-addons-create-fragment": "15.6.2",
"react-addons-css-transition-group": "15.6.2",
"react-async": "^2.0.1",
"react-bootstrap": "*",
"react-datetime": "2.12.0",
"react-dom": "16.2.0",
"react-onclickoutside": "5.11.x",
"reactify": "git://github.com/andreypopp/reactify.git#v0.16.0",
"reqwest": "*",
"tether": "*",
"vinyl-source-stream": "*",
"watchify": "*"
},
"devDependencies": {
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Summit Route LLC",
"license": "BSD"
}