-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.88 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
{
"name": "circle",
"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",
"jquery": "^3.1.1",
"lint-staged": "^7.0.4",
"del": "^3.0.0",
"husky": "^0.14.3",
"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-filter": "^5.1.0",
"gulp-if": "^2.0.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.0.1",
"htmlhint": "^0.9.13",
"gulp-git": "^2.0.1",
"lost": "^7.1.0",
"postcss-csso": "^3.0.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.7",
"require-dir": "^1.0.0",
"gulp-consolidate": "^0.2.0",
"gulp-include": "^2.0.3",
"run-sequence": "^2.2.1",
"gulp-changed": "^1.3.0",
"gulp-front-matter": "^1.3.0",
"gulp-prettify": "^0.5.0",
"gulp-nunjucks-render": "^2.0.0",
"webpack": "^4.6.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-glsl-loader": "^1.0.1",
"require-yaml": "^0.0.1",
"lodash": "^4.3.0"
}
}