-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
70 lines (70 loc) · 2.02 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
{
"name": "main",
"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 <[email protected]>",
"devDependencies": {
"autoprefixer": "^8.3.0",
"babel-core": "^6.18.2",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.0.0",
"browser-sync": "^2.10.0",
"css-mqpacker": "^6.0.2",
"del": "^3.0.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-formatter-pretty": "^1.1.0",
"eslint-loader": "^2.0.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-cheerio": "^0.6.2",
"gulp-consolidate": "^0.2.0",
"gulp-filter": "^5.1.0",
"gulp-front-matter": "^1.3.0",
"gulp-git": "^2.0.1",
"gulp-if": "^2.0.0",
"gulp-include": "^2.0.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^7.0.1",
"gulp-prettify": "^0.5.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-util": "^3.0.7",
"htmlhint": "^0.9.13",
"husky": "^0.14.3",
"jquery": "^3.5.0",
"lint-staged": "^7.0.4",
"lodash": "^4.17.19",
"lost": "^7.1.0",
"postcss-csso": "^3.0.0",
"require-dir": "^1.0.0",
"require-yaml": "^0.0.1",
"run-sequence": "^2.2.1",
"serialize-javascript": ">=3.1.0",
"through2": "^2.0.1",
"webpack": "^4.6.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-glsl-loader": "^1.0.1"
}
}