-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "redux-setstate",
"version": "1.0.5",
"description": "A `setState` api for purely functional components.",
"main": "index.js",
"scripts": {
"prepublish": "npm run clean && npm run build",
"clean": "gulp clean",
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Dustin Stiles <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^2.0.0"
},
"dependencies": {
"react": "^15.4.0",
"react-redux": "^4.4.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dustinws/redux-setstate.git"
},
"bugs": {
"url": "https://github.com/dustinws/redux-setstate/issues"
},
"homepage": "https://github.com/dustinws/redux-setstate#readme"
}