[New Feature] Add web folder to support web documentation
This commit is contained in:
18
docs/sync-api-docs/package.json
Normal file
18
docs/sync-api-docs/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "@react-native-website/sync-api",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"prettier": "prettier --write \"**/*.js\"",
|
||||
"sync": "node sync-api-docs ../../react-native"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@motiz88/react-native-docgen": "0.0.3",
|
||||
"fs-extra": "^9.1.0",
|
||||
"glob": "^7.1.6",
|
||||
"he": "^1.2.0",
|
||||
"path": "^0.12.7",
|
||||
"react-docgen-markdown-renderer": "^2.1.3",
|
||||
"tokenize-comment": "^3.0.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user