-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.29 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
{
"name": "task-runner",
"version": "0.0.0",
"description": "This is a tool improve task managers",
"main": "index.js",
"scripts": {
"start": "gulp --require babel-register --gulpfile tasks",
"build": "NODE_ENV=production gulp build --require babel-register --gulpfile tasks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/felipefanucchi/starter-theme.git"
},
"keywords": [
"emm",
"js",
"es6+",
"webpack",
"tasks",
"gulp"
],
"author": "Felipe Fanucchi",
"license": "MIT",
"bugs": {
"url": "https://github.com/felipefanucchi/starter-theme/issues"
},
"homepage": "https://github.com/felipefanucchi/starter-theme#readme",
"devDependencies": {
"autoprefixer": "^8.6.4",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.27.7",
"css-mqpacker": "^6.0.2",
"cssnano": "^4.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-newer": "^1.4.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.2",
"postcss-assets": "^5.0.0",
"webpack": "^4.14.0"
},
"dependencies": {
"babel-polyfill": "^6.26.0"
}
}