-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "w2-p2018-12",
"version": "1.0.0",
"description": "Mobile first Hetic project",
"main": "gulpfile.js",
"scripts": {
"start": "./node_modules/.bin/gulp watch",
"dev": "./node_modules/.bin/gulp build:dev",
"prod": "./node_modules/.bin/gulp build:prod",
"deploy": "./node_modules/.bin/gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juliendasilva/w2-p2018-12.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/juliendasilva/w2-p2018-12/issues"
},
"homepage": "https://github.com/juliendasilva/w2-p2018-12#readme",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^3.1.1",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"gulp-uglifycss": "^1.0.6"
},
"dependencies": {
"gulp-favicons": "^2.2.7",
"swiper": "^3.4.1"
}
}