-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 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
{
"name": "SolrProject",
"version": "1.1.1",
"description": "A simple React component which provides access to a Solr server",
"main": "lib/react-solr-connector.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-app": "webpack --config webpack.config.js --progress --profile --colors"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flaxsearch/react-solr-connector.git"
},
"keywords": [
"solr",
"react"
],
"author": "Tom Mortimer <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/flaxsearch/react-solr-connector/issues"
},
"homepage": "https://github.com/flaxsearch/react-solr-connector#readme",
"dependencies": {
"react": "^15.1.0",
"react-solr-connector": "^1.1.1",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-jest": "^12.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-recharts": "^1.0.2",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"fetch-mock": "^4.5.4",
"jest-cli": "^12.1.1",
"react-addons-test-utils": "^15.1.0",
"react-dom": "^15.1.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}