forked from DONGChuan/Yummy-Jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.06 KB
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
{
"name": "le-lab-rd",
"version": "2.0.0",
"description": "Site personnel de Rudy Delansay - Le Lab' RD - Modernisé avec Jekyll 4.x",
"keywords": ["jekyll", "blog", "portfolio", "front-end", "ruby"],
"author": "Rudy Delansay <delansay.rudy@gmail.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/del-r/del-r.github.io.git"
},
"scripts": {
"postinstall": "bundle config set --local path 'vendor/bundle' && bundle install",
"build": "bundle exec jekyll build",
"serve": "bundle exec jekyll serve",
"serve-dev": "bundle exec jekyll serve --livereload --drafts",
"clean": "bundle exec jekyll clean",
"doctor": "bundle exec jekyll doctor",
"version": "bundle exec jekyll --version"
},
"dependencies": {
"bootstrap": "^5.3.0",
"jquery": "^3.7.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0",
"ruby": ">=3.3.0"
}
}