-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1.22 KB
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 1.22 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
39
40
{
"name": "rawfeed.github.io",
"version": "0.1.0",
"description": "Rawfeed official website",
"type": "module",
"scripts": {
"install": "echo 'wait...' && bundle install",
"jekyll:build": "cross-env JEKYLL_ENV=production bundle exec jekyll build",
"build": "node tools/scripts/build.mjs",
"jekyll:serve": "JEKYLL_ENV=development; echo JEKYLL_ENV=$JEKYLL_ENV; bundle exec jekyll serve --host 127.0.0.1 --port 4000 --livereload",
"serve": "npm run jekyll:serve",
"clean:all": "node tools/scripts/clean.mjs --all",
"clean:cache": "node tools/scripts/clean.mjs --cache",
"help": "node tools/scripts/help.mjs",
"rake:tasks": "bundle exec rake --tasks"
},
"repository": "git+https://github.com/rawfeed/rawfeed.github.io.git",
"keywords": [
"rawfeed",
"webiste",
"template",
"jekyll",
"retro"
],
"author": "William C. Canin",
"license": "MIT",
"bugs": {
"url": "https://github.com/rawfeed/rawfeed.github.io/issues"
},
"homepage": "https://rawfeed.github.io",
"devDependencies": {
"cross-env": "^10.0.0",
"del": "^8.0.1",
"esbuild": "^0.25.11",
"execa": "^9.6.0",
"glob": "^11.0.3",
"html-minifier-terser": "^7.2.0",
"kleur": "^4.1.5"
}
}