This repository was archived by the owner on Mar 29, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.41 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.41 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
{
"name": "instantsearch-React-widget",
"version": "1.0.0",
"private": true,
"description": "instantsearch.js widget using React",
"main": "dist-es5-module/index.js",
"scripts": {
"dev": "npm install && webpack-dev-server --config dev/webpack.dev.config.babel.js --hot --inline --no-info",
"shrinkwrap": "npm-shrinkwrap --dev",
"prepublish": "NODE_ENV=production npm run build",
"build": "./scripts/build.sh",
"release": "./scripts/release.sh",
"lint": "eslint .",
"test": "npm install && npm run lint"
},
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
"license": "MIT",
"repository": "instantsearch/instantsearch-React-widget",
"devDependencies": {
"babel": "^5.8.29",
"babel-core": "^5.8.29",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"conventional-changelog": "^0.5.1",
"doctoc": "^0.15.0",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-config-algolia": "^4.2.0",
"eslint-plugin-react": "^3.5.1",
"instantsearch.js": "^1.0.0",
"json": "^9.0.3",
"mversion": "^1.10.1",
"npm-shrinkwrap": "^5.4.1",
"pretty-bytes": "^2.0.1",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"uglifyjs": "^2.4.10",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"peerDependencies": {
"react": "^0.14.2",
"react-dom": "^0.14.2",
"instantsearch.js": "^1.0.0"
}
}