This repository has been archived by the owner on Apr 14, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
60 lines (60 loc) · 1.51 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
{
"name": "carloscuesta-starterkit",
"version": "1.0.0",
"description": "Carlos Cuesta web starterkit, including my workflow with gulp, jade, scss, babel and nodejs",
"main": "gulpfile.js",
"xo": {
"esnext": true
},
"scripts": {
"dev": "gulp",
"build": "gulp build",
"optimize": "gulp optimize",
"deploy": "gulp deploy",
"clean": "rm -r ./dist",
"test": "xo gulpfile.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carloscuesta/starterkit.git"
},
"keywords": [
"carlos cuesta",
"starterkit",
"workflow"
],
"author": "Carlos Cuesta",
"license": "MIT",
"bugs": {
"url": "https://github.com/carloscuesta/starterkit/issues"
},
"homepage": "https://github.com/carloscuesta/starterkit#readme",
"dependencies": {
"browser-sync": "^2.17.0",
"critical": "^0.8.0",
"flexboxgrid": "^6.3.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-beautify": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssimport": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.0.3",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-surge": "^0.1.0",
"gulp-uglify": "^2.0.0",
"gulp-uncss": "^1.0.6",
"vinyl-ftp": "^0.6.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-preset-es2015": "^6.18.0",
"xo": "^0.18.1"
}
}