forked from DeveloperCielo/developercielo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 697 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 697 Bytes
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
{
"name": "developercielo.github.io",
"version": "1.0.0",
"repository": "https://github.com/DeveloperCielo/developercielo.github.io.git",
"author": "DeveloperCielo",
"private": true,
"scripts": {
"dist": "gulp dist"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/preset-env": "^7.13.12",
"babel-preset-env": "^1.7.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.27.5",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-uglify": "^3.0.2",
"prettier": "2.8.4"
}
}