UNPKG

light-boilerplate

Version:

Lightweight and powerfull startkit for your next project!

182 lines (181 loc) 6.15 kB
{ "name": "light-boilerplate", "version": "2.0.0", "description": "Lightweight and powerfull startkit for your next project!", "homepage": "https://github.com/redeagleap/light-boilerplate#readme", "repository": { "type": "git", "url": "git://github.com/redeagleap/light-boilerplate.git" }, "license": "MIT", "author": { "name": "Alexander Prisyazhnyuk", "email": "insightinyourmind@gmail.com" }, "scripts": { "build": "cross-env NODE_ENV=production npm run subtask:buildgulp && cross-env NODE_ENV=production npm run subtask:bundlewebpack", "deploy": "npm run build", "dev": "cross-env NODE_ENV=development gulp", "e2e:open": "cypress open", "e2e": "cypress", "favicon": "gulp buildFaviconTask --env=init", "fonts": "gulp copyFontsTask --env=init", "htmlassets": "gulp copyContentimagesTask --env=init", "init": "cross-env NODE_ENV=production gulp initTask --env=init && cross-env NODE_ENV=production npm run subtask:bundlewebpack", "prettify": "prettier prettier --loglevel=warn --write \"{webpack,src}/**/*.{js,scss}\"", "scripts": "gulp rebuildJsTask --env=init", "sorting": "gulp sortingScssTask --env=init", "stylelint": "stylelint --fix src/style/app/__modules/*.scss", "subtask:buildgulp": "gulp buildTask --env=production", "subtask:bundlewebpack": "cross-env NODE_ENV=production webpack --config=webpack/webpack.prod.babel.js -p --colors --mode=production", "template": "gulp compilerHtmlTask --env=init", "uiimages": "gulp rebuildImagesTask --env=init", "webpack:analyze": "webpack-bundle-analyzer webpack/stats.json dist/assets/" }, "engines": { "node": ">=8.0.0" }, "dependencies": { "baukasten-grid": "^1.0.26", "bowser": "^2.4.0", "core-js": "^3.0.1", "include-media": "^1.4.9", "lazysizes": "^5.0.0-rc1", "modularscale-sass": "^3.0.8", "pyrsmk-toast": "^2.2.0", "regenerator-runtime": "^0.13.2", "smooth-scroll": "^16.0.3", "svgxuse": "^1.2.6", "swiper": "^4.5.0", "velocity-animate": "^1.5.2" }, "devDependencies": { "@babel/cli": "^7.4.4", "@babel/core": "^7.4.4", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/plugin-proposal-object-rest-spread": "^7.4.4", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-transform-runtime": "^7.4.4", "@babel/preset-env": "^7.4.4", "@babel/register": "^7.4.4", "ansi-html": "^0.0.7", "autoprefixer": "^9.5.1", "babel-eslint": "^10.0.1", "babel-loader": "^8.0.5", "browser-sync": "^2.26.5", "clean-webpack-plugin": "^2.0.1", "critical": "^1.3.4", "cross-env": "^5.2.0", "cssnano": "^4.1.10", "cypress": "^3.2.0", "eslint": "^5.16.0", "eslint-config-prettier": "^4.2.0", "eslint-config-standard": "^12.0.0", "eslint-formatter-pretty": "^2.1.1", "eslint-friendly-formatter": "^4.0.1", "eslint-import-resolver-webpack": "^0.11.1", "eslint-loader": "^2.1.2", "eslint-plugin-cypress": "^2.2.1", "eslint-plugin-import": "^2.17.2", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-node": "^9.0.1", "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", "extract-text-webpack-plugin": "^3.0.2", "friendly-errors-webpack-plugin": "^1.7.0", "gulp": "^4.0.1", "gulp-bump": "^3.1.3", "gulp-changed": "^3.2.0", "gulp-cheerio": "^0.6.3", "gulp-concat": "^2.6.1", "gulp-favicons": "^2.3.0", "gulp-html-prettify": "^0.0.1", "gulp-hub": "^4.2.0", "gulp-if": "^2.0.2", "gulp-imagemin": "^5.0.3", "gulp-load-plugins": "^1.5.0", "gulp-notify": "^3.2.0", "gulp-plumber": "^1.2.1", "gulp-postcss": "^8.0.0", "gulp-sass": "^4.0.2", "gulp-size": "^3.0.0", "gulp-sourcemaps": "^2.6.5", "gulp-stylelint": "^9.0.0", "gulp-svg-sprite": "^1.5.0", "gulp-uglify": "^3.0.2", "gulp-util": "^3.0.8", "gulp-watch": "^5.0.1", "gulp.spritesmith": "^6.9.0", "html-webpack-plugin": "^3.2.0", "htmlhint": "^0.11.0", "imagemin-jpeg-recompress": "^6.0.0", "imagemin-pngquant": "^7.0.0", "imagemin-svgo": "^7.0.0", "optimize-css-assets-webpack-plugin": "^5.0.1", "postcss-animation.css-data": "^1.1.0", "postcss-animations": "^7.0.1", "postcss-aspect-ratio": "^1.0.2", "postcss-assets": "^5.0.0", "postcss-calc": "^7.0.1", "postcss-custom-media": "^7.0.8", "postcss-custom-properties": "^8.0.10", "postcss-custom-selectors": "^5.1.2", "postcss-easings": "^2.0.0", "postcss-flexbugs-fixes": "^4.1.0", "postcss-focus-within": "^3.0.0", "postcss-image-set-function": "^3.0.1", "postcss-magic.css-data": "^1.1.0", "postcss-mimic.css-data": "^1.0.2", "postcss-pseudo-class-any-link": "^6.0.0", "postcss-safe-parser": "^4.0.1", "postcss-scss": "^2.0.0", "postcss-selector-not": "^4.0.0", "postcss-short-size": "^4.0.0", "postcss-sorting": "^5.0.0", "postcss-svg": "^3.0.0", "postcss-tuesday.css-data": "^1.0.2", "prettier": "^1.17.0", "sassdoc": "^2.7.0", "stylelint": "^10.0.1", "stylelint-config-sass-guidelines": "^6.0.0", "stylelint-order": "^3.0.0", "stylelint-scss": "^3.6.1", "stylelint-selector-bem-pattern": "^2.1.0", "webp-in-css": "^0.1.0", "webpack": "^4.30.0", "webpack-bundle-analyzer": "^3.3.2", "webpack-cli": "^3.3.2", "webpack-config-utils": "^2.3.1", "webpack-dev-middleware": "^3.6.2", "webpack-hot-middleware": "^2.24.4", "webpack-merge": "^4.2.1", "webpack-stylish": "^0.1.8", "webpackbar": "^3.2.0", "write-file-webpack-plugin": "^4.5.0", "yargs": "^13.2.2" }, "bugs": { "url": "https://github.com/RedEagleAP/light-boilerplate/issues" }, "keywords": [ "boilerplate", "startkit", "template", "library", "front end", "css", "documentation", "sass", "cypress", "webpack", "gulp", "sassdoc", "lightweight", "grid", "layout", "framework", "light" ], "title": "SiteTitle" }