Skip to content

Instantly share code, notes, and snippets.

@llcawc
Last active January 21, 2023 20:31
Show Gist options
  • Save llcawc/fde59edeaf92ca13b68230ad6495ef60 to your computer and use it in GitHub Desktop.
Save llcawc/fde59edeaf92ca13b68230ad6495ef60 to your computer and use it in GitHub Desktop.
{
"name": "starter",
"version": "23.01.16",
"license": "MIT",
"author": "pasmurno by llcawc",
"homepage": "https://github.com/llcawc",
"description": "Simple frontend template starter",
"main": "gulpfile.js",
"type": "module",
"scripts": {
"dev": "gulp dev",
"serve": "gulp serve",
"build": "BUILD=production gulp build && npm run arc",
"arc": "rsync -aRv --delete --exclude=node_modules . /mnt/d/Coding/github/starter/"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.11",
"cssnano": "^5.1.14",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-changed": "^4.0.3",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^8.0.0",
"gulp-postcss": "^9.0.1",
"gulp-purgecss": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-terser": "^2.1.0",
"postcss": "^8.4.21",
"rollup": "^3.10.1",
"sass": "^1.57.1",
"terser": "^5.16.1"
},
"dependencies": {
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"jquery": "^3.6.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment