This commit is contained in:
Andre Beging
2020-02-11 14:58:31 +01:00
commit 9cd2447616
12 changed files with 5693 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "dd-weekend",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-clean-css": "^4.2.0",
"gulp-prettier": "^2.3.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-run-command": "^0.0.10",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-sass": "^4.0.2",
"open": "^7.0.2",
"typescript": "^3.7.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andre Beging",
"license": "ISC"
}