Init
parents
Showing
.eslintrc.json
0 → 100644
.gitignore
0 → 100644
.htmlhintrc
0 → 100644
.stylelintignore
0 → 100644
.stylelintrc.json
0 → 100644
.vscode/extensions.json
0 → 100644
.vscode/settings.json
0 → 100644
gulpfile.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "bndby", | ||
"version": "2.0.0", | ||
"description": "bnd.by site", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/bndby/bndby.git" | ||
}, | ||
"author": "Bondarenko Yura", | ||
"license": "ISC", | ||
"homepage": "https://bnd.by/", | ||
"devDependencies": { | ||
"@babel/core": "^7.1.0", | ||
"@babel/preset-env": "^7.1.0", | ||
"autoprefixer": "^8.2.0", | ||
"babel-loader": "^8.0.2", | ||
"browser-sync": "^2.24.4", | ||
"eslint": "^4.19.1", | ||
"gulp": "^3.9.1", | ||
"gulp-cache": "^1.0.2", | ||
"gulp-clean": "^0.4.0", | ||
"gulp-concat": "^2.6.1", | ||
"gulp-file-include": "^2.0.1", | ||
"gulp-image": "^4.3.0", | ||
"gulp-postcss": "^7.0.1", | ||
"gulp-rename": "^1.4.0", | ||
"gulp-sftp": "^0.1.5", | ||
"gulp-sourcemaps": "^2.6.4", | ||
"htmlhint": "^0.10.1", | ||
"postcss-css-variables": "^0.11.0", | ||
"postcss-preset-env": "^6.4.0", | ||
"pump": "^3.0.0", | ||
"stylelint": "^9.2.0", | ||
"webpack-stream": "^5.1.1" | ||
} | ||
} |
src/assets/css/app.css
0 → 100644
src/assets/js/app.js
0 → 100644
src/favicon.ico
0 → 100644
932 Bytes
src/index.html
0 → 100644
webpack.dev.js
0 → 100644
webpack.prod.js
0 → 100644