forked from facebook/react-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 985 Bytes
/
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
{
"dependencies": {
"classnames": "^2.1.2",
"es6-symbol": "^2.0.1",
"fbjs-scripts": "^0.2.0",
"immutable": "^3.7.4",
"object-assign": "^3.0.0",
"react": "^0.13.3"
},
"license": "BSD-3-Clause",
"repository": "facebook/react-devtools",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "node --harmony ./node_modules/.bin/jest --verbose",
"typecheck": "flow check"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"devDependencies": {
"babel-core": "^5.5.8",
"babel-eslint": "^4.1.1",
"babel-jest": "^5.3.0",
"babel-loader": "^5.1.4",
"eslint": "^1.3.1",
"eslint-plugin-react": "^3.0.0",
"flow-bin": "0.15.0",
"jest-cli": "^0.5.0",
"json-loader": "^0.5.2",
"node-libs-browser": "^0.5.2",
"webpack": "^1.9.10"
}
}