-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 971 Bytes
/
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
35
36
37
38
39
40
41
42
{
"name": "portfolio",
"version": "1.0.0",
"description": "My own personal site portfolio",
"engines": {
"node": "18.16.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Pareder/portfolio"
},
"homepage": "https://pareder.netlify.app",
"main": "gulpfile.esm.js",
"scripts": {
"start": "gulp serve --watch",
"build": "gulp build"
},
"keywords": [
"personal-website",
"portfolio",
"portfolio-website"
],
"author": "Pareder",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"browser-sync": "^3.0.3",
"esm": "^3.2.25",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-data": "^1.3.1",
"gulp-eslint": "^6.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-pug": "^5.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.65.1"
}
}