-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
39 lines (39 loc) · 1.09 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
{
"name": "kottans.github.io",
"author": "bitbybit",
"version": "1.0.0",
"main": "gulpfile.js",
"scripts": {
"ghpages": "git subtree push --prefix build origin gh-pages",
"build": "gulp build",
"start": "gulp",
"lint": "eslint --cache --format=pretty \"**/*.js\"",
"lint-fix": "npm run lint -- --fix",
"prettier:fix": "prettier --ignore-path .gitignore \"**/*.+(js|json|scss)\" --write"
},
"devDependencies": {
"cssnano": "^6.0.1",
"eslint": "latest",
"eslint-formatter-pretty": "^5.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.28.1",
"eslint-prettier-config": "^1.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "latest",
"gulp-concat": "latest",
"gulp-file-include": "latest",
"gulp-iconfont": "latest",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^3.0.0",
"gulp-watch": "latest",
"sass": "^1.66.1"
},
"dependencies": {
"browser-sync": "^2.29.3",
"gulp-nunjucks-render": "^2.2.3",
"npm": "^10.1.0",
"nunjucks": "^3.2.4"
}
}