generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #37 from psmulovics/initial_docs
partly moving to v3
- Loading branch information
Showing
5 changed files
with
38 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[build] | ||
ignore = "/bin/false" | ||
[build.environment] | ||
NODE_VERSION = "18.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,37 @@ | ||
{ | ||
"scripts": { | ||
"docusaurus": "docusaurus", | ||
"deploy": "docusaurus deploy", | ||
"serve": "docusaurus serve", | ||
"clear": "docusaurus clear", | ||
"start": "docusaurus start", | ||
"swizzle": "docusaurus swizzle", | ||
"build": "docusaurus build", | ||
"publish-gh-pages": "docusaurus deploy" | ||
}, | ||
"devDependencies": { | ||
"@docusaurus/core": "^2.0.0-alpha.50", | ||
"@docusaurus/preset-classic": "^2.0.0-alpha.50", | ||
"classnames": "^2.2.6", | ||
"eslint": "^7.25.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"react": "^16.10.2", | ||
"react-dom": "^16.10.2" | ||
}, | ||
"dependencies": { | ||
"is-promise": "2.1.0" | ||
"@docusaurus/core": "^3.1.0", | ||
"@docusaurus/plugin-google-gtag": "^3.1.0", | ||
"@docusaurus/preset-classic": "^3.1.0", | ||
"classnames": "^2.5.1", | ||
"prism-react-renderer": "^2.3.0", | ||
"clsx": "^2.0.0", | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
">0.5%", | ||
"not dead", | ||
"not op_mini all" | ||
], | ||
"development": [ | ||
"last 1 chrome version", | ||
"last 1 firefox version", | ||
"last 1 safari version" | ||
] | ||
}, | ||
"engines": { | ||
"node": ">=18.0" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters