-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.71 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
62
63
64
65
{
"name": "cogment-doc",
"author": {
"name": "AI Redefined Inc.",
"email": "[email protected]",
"url": "http://ai-r.com"
},
"homepage": "https://cogment.ai",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cogment/cogment-doc/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cogment/cogment-doc"
},
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
"write-heading-ids": "docusaurus write-heading-ids",
"lint:prettier": "prettier --check .",
"lint:fix:prettier": "npx prettier --write .",
"lint": "npm run lint:prettier",
"lint:fix": "npm run lint:fix:prettier"
},
"dependencies": {
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"prism-react-renderer": "^2.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redoc": "^2.1.3"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"octokit": "^3.1.2",
"prettier": "^2.5.1"
},
"engines": {
"node": ">= 18.0.0"
}
}