-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.79 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"author": "@JV-conseil",
"bugs": {
"url": "https://github.com/JV-conseil/jekyll-theme-read-the-docs/issues"
},
"dependencies": {
"@primer/css": "15.2.0",
"dompurify": "^3.1.6",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"jquery.toc": "^0.4.0",
"lato-font": "^3.0.0",
"material-design-icons": "^3.0.1",
"material-design-lite": "^1.3.0",
"mermaid": "^11.1.1",
"roboto-fontface": "^0.10.0",
"scss": "^0.2.4"
},
"description": "Read the Docs like Jekyll Theme for GitHub Pages",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"depcheck": "^1.4.7",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"lighthouse": "^12.2.1",
"mini-css-extract-plugin": "^2.9.1",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"sass-loader": "^16.0.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"homepage": "https://github.com/JV-conseil/jekyll-theme-read-the-docs#readme",
"keywords": [
"docs",
"documentation",
"github-pages",
"jekyll-template",
"jekyll-theme",
"read-the-docs",
"rtd"
],
"license": "EUPL-1.2",
"name": "jekyll-theme-read-the-docs",
"repository": {
"type": "git",
"url": "git+https://github.com/JV-conseil/jekyll-theme-read-the-docs.git"
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --watch --mode development --progress --color",
"format": "prettier . --check --write",
"report": "lighthouse http://127.0.0.1:4000",
"yarn-update": "yarn set version stable && yarn install && yarn up && yarn npm audit && ( npx depcheck --detailed ) || : && yarn upgrade-interactive"
},
"version": "2.3",
"packageManager": "[email protected]"
}