-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "react-fluxible-utils",
"version": "0.2.0",
"description": "A collection of extremely useful utils and components for React+Fluxible applications.",
"main": "./build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Zoover",
"repository": {
"type": "git",
"url": "git://github.com/zoover/react-fluxible-utils.git"
},
"license": "ISC",
"keywords": [
"flux",
"fluxible",
"utils",
"react"
],
"dependencies": {
"fluxible-addons-react": "^0.2",
"lodash": "^3.10.1",
"react": "^0.14.6",
"react-addons-test-utils": "^0.14",
"react-safe-render": "^1.0",
"react-shallow-testutils": "^0.7"
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.3.13",
"eslint-config-airbnb": "^5.0.0",
"eslint-plugin-react": "^3.16.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-eslint": "^1.1.1"
}
}