-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.01 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
61
62
63
64
65
66
67
68
69
70
71
{
"name": "fudi",
"version": "0.1.1",
"scripts": {
"ghpages": "git subtree push --prefix build origin gh-pages",
"build": "gulp build --production",
"start": "gulp",
"precommit": "lint-staged",
"lint": "eslint --ignore-pattern 'src/js/lib/' --cache --format=node_modules/eslint-formatter-pretty src/js/",
"lint-fix": "npm run lint -- --fix"
},
"lint-staged": {
"src/templates/**/*.html": [
"htmlhint --config .htmlhintrc"
]
},
"authors": "Coderiver <html@coderiver.com.ua>",
"devDependencies": {
"autoprefixer": "^6.3.3",
"browser-sync": "^2.10.0",
"css-mqpacker": "^5.0.1",
"jquery": "^3.1.1",
"lint-staged": "^4.0.2",
"del": "^2.2.0",
"husky": "^0.13.2",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"gulp": "^3.9.1",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"htmlhint": "^0.9.13",
"gulp-git": "^2.0.1",
"lost": "^7.1.0",
"postcss-csso": "^2.0.0",
"eslint-formatter-pretty": "^1.1.0",
"eslint-loader": "^1.9.0",
"babel-eslint": "^7.2.3",
"gulp-postcss": "^6.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"require-dir": "^0.3.2",
"gulp-consolidate": "^0.1.2",
"gulp-include": "^2.0.3",
"run-sequence": "^1.1.5",
"gulp-svgmin": "^1.2.0",
"gulp-cheerio": "^0.6.2",
"gulp-changed": "^1.3.0",
"gulp-svgstore": "^5.0.5",
"through2": "^2.0.1",
"gulp-front-matter": "^1.3.0",
"gulp-prettify": "^0.4.0",
"gulp-nunjucks-render": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-env": "^1.6.0",
"babel-plugin-transform-runtime": "^6.4.3",
"webpack": "^2.2.1",
"babel-loader": "^6.2.1",
"babel-core": "^6.18.2",
"webpack-bundle-analyzer": "^1.5.3",
"babel-runtime": "^5.0.0",
"require-yaml": "^0.0.1",
"lodash": "^4.3.0"
},
"dependencies": {
"slick-carousel": "^1.8.1"
}
}