27 lines
633 B
JSON
27 lines
633 B
JSON
{
|
|
"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"
|
|
}
|