-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 977 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
{
"name": "yurs-website",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:CuriousIbrahim/yurs-website.git",
"author": "Ibrahim Abdul Hammed <ibrahim@74115@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"watch:jekyll": "cd website && bundle exec jekyll serve",
"watch:gulp": "gulp devprebuild && gulp dev",
"dev": "concurrently -n jekyll,gulp \"yarn watch:jekyll\" \"yarn watch:gulp\""
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"concurrently": "^5.3.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-uglify": "^3.0.2",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"js-yaml": "^3.14.0",
"sass": "^1.49.9"
},
"dependencies": {}
}