-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
55 lines (55 loc) · 1.45 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
52
53
54
55
{
"name": "expect-jsx",
"version": "5.0.0",
"description": "toEqualJSX for mjackson/expect",
"main": "index-dist.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel index.js -o index-dist.js",
"build:watch": "babel index.js -o index-dist.js -w",
"test": "mocha --opts mocha.opts && eslint .",
"test:watch": "mocha --opts mocha.opts --watch --reporter min",
"release": "./release.sh"
},
"author": {
"name": "Algolia, Inc.",
"url": "https://github.com/algolia"
},
"license": "MIT",
"dependencies": {
"collapse-white-space": "1.0.6",
"react": "16.13.1",
"react-element-to-jsx-string": "13.2.0"
},
"repository": "algolia/expect-jsx",
"keywords": [
"expect",
"expect-extension",
"jsx",
"string"
],
"devDependencies": {
"babel-cli": "6.26.0",
"babel-eslint": "8.2.6",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-2": "6.24.1",
"babel-register": "6.26.0",
"conventional-changelog-cli": "1.3.22",
"doctoc": "1.4.0",
"eslint": "3.19.0",
"eslint-config-algolia": "6.0.1",
"eslint-import-resolver-webpack": "0.13.2",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jasmine": "2.10.1",
"eslint-plugin-react": "7.20.6",
"expect": "1.20.2",
"json": "9.0.6",
"mocha": "5.2.0",
"mversion": "1.13.0",
"react": "16.13.1"
},
"peerDependencies": {
"expect": "^1.0.0"
}
}