-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.45 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
{
"name": "es6_workflow",
"version": "1.0.0",
"description": "Starter with support for ES6/React, SASS, inline SVG sprites...",
"repository": {
"type": "git",
"url": "https://github.com/rafaelbiten/es6_starter.git"
},
"keywords": [
"ReactJS",
"ES6",
"ES2015",
"ES7",
"ES2016",
"Gulp",
"Gulp 4",
"Babel",
"Babel 6",
"SVG Sprites"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "./node_modules/gulp/bin/gulp.js"
},
"author": "Rafael Bitencourt",
"license": "ISC",
"devDependencies": {
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babelify": "^7.2.0",
"browser-sync": "^2.7.13",
"browserify": "^12.0.1",
"del": "^2.0.2",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.2.1",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-html-replace": "^1.5.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-css-comments": "^1.1.0",
"gulp-svg-sprite": "^1.2.5",
"gulp-uglify": "^1.2.0",
"lodash": "^3.10.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.14.0"
},
"dependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.2"
}
}