forked from facebook/react-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
{
"dependencies": {
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"classnames": "^2.1.2",
"es6-symbol": "^2.0.1",
"fbjs": "^0.4.0",
"fbjs-scripts": "0.5.0",
"immutable": "^3.7.4",
"object-assign": "^3.0.0",
"react": "^0.14.2",
"react-addons-create-fragment": "^0.14.2",
"react-dom": "^0.14.2"
},
"license": "BSD-3-Clause",
"repository": "facebook/react-devtools",
"scripts": {
"lint": "./node_modules/.bin/eslint .",
"test": "node --harmony ./node_modules/.bin/jest",
"typecheck": "flow check"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testFileExtensions": [
"es6",
"js"
],
"testRunner": "<rootDir>/node_modules/jest-cli/src/testRunners/jasmine/jasmine2.js",
"moduleFileExtensions": [
"js",
"json",
"es6"
]
},
"devDependencies": {
"babel-core": "^6.1.19",
"babel-eslint": "^4.1.3",
"babel-jest": "^6.0.1",
"babel-loader": "^6.1.0",
"eslint": "^1.5.1",
"eslint-plugin-react": "^3.5.0",
"flow-bin": "0.18.1",
"jest-cli": "0.8.2",
"json-loader": "^0.5.2",
"node-libs-browser": "^0.5.2",
"webpack": "^1.9.10"
}
}