You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
684 B
JSON

{
"name": "lsm-gulp",
"version": "1.0.0",
"description": "See gulpfile.js.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"start": "gulp watch"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/stream": "^1.1.0",
"browser-sync": "^3.0.2",
"del": "^7.1.0",
"dotenv": "^16.4.4",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-if": "^3.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"sass-embedded": "^1.70.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"type": "module"
}