forked from jaflesch/totvsrs-frontend-challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.08 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "totvsrs-frontend-challenge",
"version": "1.0.0",
"description": "[![TOTVS RS](https://i.imgur.com/PXpCoIl.png)](https://br.linkedin.com/company/totvsrs)\r > TOTVS - A maior empresa de tecnologia do Brasil",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/T14g/totvsrs-frontend-challenge.git"
},
"author": "Tiago Oliveira ( T14g )",
"license": "ISC",
"bugs": {
"url": "https://github.com/T14g/totvsrs-frontend-challenge/issues"
},
"homepage": "https://github.com/T14g/totvsrs-frontend-challenge#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-transform-modules-amd": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.26.13",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-order": "^1.2.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2"
}
}