forked from krasimir/react-in-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
40
41
42
{
"name": "react-in-patterns",
"version": "0.2.0",
"description": "Learn the most (and not only) design pattern used while developing with React",
"repository": {
"type": "git",
"url": "git+https://github.com/krasimir/react-in-patterns.git"
},
"keywords": [
"react",
"patterns"
],
"author": "Krasimir Tsonev",
"license": "MIT",
"bugs": {
"url": "https://github.com/krasimir/react-in-patterns/issues"
},
"homepage": "https://github.com/krasimir/react-in-patterns#readme",
"dependencies": {
"babel-eslint": "4.1.8",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babelify": "7.3.0",
"browserify": "13.0.1",
"gulp": "3.9.1",
"gulp-duration": "0.0.0",
"gulp-sourcemaps": "1.6.0",
"gulp-util": "3.0.7",
"react": "15.1.0",
"react-dom": "15.1.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"eslint": "~1.10.3",
"eslint-plugin-react": "3.16.1",
"gulp-eslint": "1.1.1"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"lint": "gulp lint"
}
}