mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
e17734f885
* docs: Remove unused commented code Remove unused Docusaurus defaults as [requested](https://git.io/fh9po) by [core maintainer](https://git.io/fh9p1). * docs: Remove unused Users page * docs: Remove unused help page * docs: Fix website dependencies Add required dependencies and package attributes to avoid yarn and lint warnings. * docs: Add StackOverflow tag * docs: Reinstate i18n props While additional language translations have not been created, there did not appear to be a reason to comment these props out. * docs: Add docs CI script * docs: Remove unnecessary CI config
20 lines
515 B
JSON
20 lines
515 B
JSON
{
|
|
"name": "react-native-testing-library-website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"examples": "docusaurus-examples",
|
|
"start": "docusaurus-start",
|
|
"build": "docusaurus-build",
|
|
"publish-gh-pages": "docusaurus-publish",
|
|
"write-translations": "docusaurus-write-translations",
|
|
"version": "docusaurus-version",
|
|
"rename-version": "docusaurus-rename-version"
|
|
},
|
|
"dependencies": {
|
|
"docusaurus": "^1.5.1",
|
|
"react": "^16.8.1",
|
|
"react-dom": "^16.8.1"
|
|
}
|
|
}
|