practice-time-shopping-list/package.json
2022-11-14 15:02:42 -03:00

27 lines
755 B
JSON

{
"name": "practice-time-shopping-list",
"version": "1.0.0",
"description": "To make it easy for you to get started with GitLab, here's a list of recommended next steps.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp sentinel"
},
"repository": {
"type": "git",
"url": "ssh://git@gitea.ecommercetools.com.br:22022/ThiagoDutraSampaioLeite/practice-time-shopping-list.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"babelify": "^10.0.0",
"browserify": "^17.0.0",
"gulp": "^4.0.2",
"gulp-sass": "^5.1.0",
"sass": "^1.56.1",
"vinyl-source-stream": "^2.0.0"
}
}