This commit is contained in:
2021-11-21 11:18:28 +01:00
parent 7a358eb836
commit 230b10b2a3
9339 changed files with 892519 additions and 62 deletions

29
package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "weihnachtenmelly21",
"version": "1.0.0",
"description": "Jason ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@illg.xyz:JasTobi/WeihnachtsKalenderMelly.git"
},
"author": "Jason",
"license": "ISC",
"dependencies": {
"sass": "^1.43.4"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^6.2.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2"
}
}