-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 910 Bytes
/
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
{
"name": "ironyard-boilerplate",
"version": "0.1.0",
"description": "New Project starting point.",
"main": "gulpfile.js",
"scripts": {
"postinstall": "bower install && gulp",
"start": "gulp watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"babel": "^5.8.9",
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"del": "^1.2.0",
"filepicker-js": "^2.3.1",
"gulp": "^3.9.0",
"gulp-jscs": "^1.6.0",
"gulp-sass": "^2.0.4",
"history": "^1.13.1",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.0",
"react-router": "^1.0.0",
"redux": "^3.0.4",
"redux-logger": "^2.2.1",
"redux-thunk": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"gulp-gh-pages": "^0.5.2"
}
}