forked from HuygensING/solr-faceted-search-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.43 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
{
"name": "solr-faceted-search-react",
"version": "0.12.1",
"main": "build/index.js",
"typings": "src/index.d.ts",
"author": {
"name": "René van der Ark",
"email": "rene.van.der.ark@huygens.knaw.nl"
},
"repository": {
"type": "git",
"url": "https://github.com/HuygensING/solr-faceted-search-react.git"
},
"scripts": {
"start": "scripts/watch.sh",
"test": "mocha --compilers js:babel-core/register --recursive test",
"test:watch": "nodemon -x \"mocha --compilers js:babel-core/register --recursive --watch test\" -w test -w build"
},
"license": "MIT",
"peerDependencies": {
"react": ">= 16",
"react-dom": ">= 16"
},
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.6.1",
"xhr": "^2.2.0"
},
"devDependencies": {
"@types/react": "^0.14.30",
"babel-eslint": "^6.1.2",
"babel-plugin-transform-es2015-destructuring": "^6.9.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.11.1",
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"css-loader": "^0.23.1",
"derequire": "^2.0.3",
"envify": "^3.4.1",
"eslint": "^1.5.1",
"eslint-plugin-react": "^3.16.1",
"expect": "^1.14.0",
"file-loader": "^0.9.0",
"mocha": "^2.4.5",
"nodemon": "^1.8.1",
"sinon": "^1.17.6",
"watchify": "^3.7.0"
}
}