-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
78 lines (78 loc) · 1.96 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "dough",
"version": "0.0.1",
"description": "React/Redux, React-Router, Gulp, Browserify Starter Project",
"homepage": "https://github.com/jimmylee/dough#readme",
"license": "MIT",
"scripts": {
"start": "gulp development",
"dev": "gulp development",
"build": "NODE_ENV=production gulp production"
},
"keywords": [
"react",
"redux",
"react-router",
"gulp",
"browserify",
"sass",
"skeleton codebase",
"seed project",
"starter project",
"demo"
],
"bugs": {
"url": "https://github.com/jimmylee/dough/issues"
},
"devDependencies": {
"babel-core": "^6.5.0",
"babel-eslint": "^5.0.0-beta10",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.2.0",
"browser-sync": "^2.8.2",
"browserify": "^13.0.0",
"debowerify": "^1.3.1",
"del": "^2.2.0",
"eslint-plugin-react": "^3.16.1",
"glob": "^6.0.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-eslint": "^1.1.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-insert": "^0.5.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-streamify": "1.0.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"node-sass": "^4.2.0",
"run-sequence": "^1.1.5",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"react-router": "2.0.0",
"react-router-redux": "^3.0.0",
"redux": "^3.3.1",
"redux-thunk": "^1.0.3",
"whatwg-fetch": "^0.11.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jimmylee/dough.git"
},
"author": {
"email": "[email protected]",
"name": "Jimmy Lee",
"url": "http://jimmyl.ee"
}
}