mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
3fb18c0884
* chore: upgrade docusaurus to v2.0.1 * fix: change docker image to node 16 * fix: update node version to 16.15 * fix: bump node docker image to current
32 lines
692 B
JSON
32 lines
692 B
JSON
{
|
|
"name": "react-native-testing-library-website",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "docusaurus start",
|
|
"build": "docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy"
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.11.1",
|
|
"@docusaurus/core": "^2.0.1",
|
|
"@docusaurus/preset-classic": "^2.0.1",
|
|
"classnames": "^2.2.6",
|
|
"react": "^16.8.4",
|
|
"react-dom": "^16.8.4"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|