2022-11-14 13:44:28 +00:00
|
|
|
{
|
|
|
|
"name": "practice-time-shopping-list-vinicius",
|
|
|
|
"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": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"dev": "gulp sentinel"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "ssh://git@gitea.ecommercetools.com.br:22022/ViniciusGabrieldoAmaral/practice-time-shopping-list-vinicius.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"devDependencies": {
|
2022-11-14 20:24:58 +00:00
|
|
|
"@babel/core": "^7.20.2",
|
|
|
|
"@babel/preset-env": "^7.20.2",
|
|
|
|
"babelify": "^10.0.0",
|
|
|
|
"browserify": "^17.0.0",
|
2022-11-14 13:44:28 +00:00
|
|
|
"gulp": "^4.0.2",
|
|
|
|
"gulp-sass": "^5.1.0",
|
2022-11-14 20:24:58 +00:00
|
|
|
"gulp-uglify": "^3.0.2",
|
|
|
|
"sass": "^1.56.1",
|
|
|
|
"vinyl-buffer": "^1.0.1",
|
|
|
|
"vinyl-source-stream": "^2.0.0"
|
2022-11-14 13:44:28 +00:00
|
|
|
}
|
|
|
|
}
|