forked from refactco/HTML-Starter-Kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.prod.json
executable file
·50 lines (50 loc) · 1.36 KB
/
package.prod.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
{
"name": "landing-html-real-estate-agency-1",
"version": "1.0.0",
"homepage": "https://dazzlepages.com/landing-page-templates/real-estate-agency/",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.0.15",
"browser-sync": "^2.14.0",
"del": "^2.2.2",
"eslint-config-google": "^0.3.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-cache": "^0.4.5",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^1.1.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.4",
"gulp-newer": "^1.2.0",
"gulp-run-command": "^0.0.9",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.0",
"run-sequence": "^1.0.1",
"sass-mq": "^5.0.0"
},
"engines": {
"node": ">=0.12"
},
"private": true,
"scripts": {
"start": "gulp serve",
"demo": "gulp serve:dist",
"build": "gulp",
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
},
"eslintConfig": {
"extends": "google"
},
"dependencies": {
"flickity": "^2.1.2",
"smoothscroll-polyfill": "^0.4.3",
"inuitcss": "^6.0.0"
}
}