mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
23 lines
524 B
JSON
23 lines
524 B
JSON
{
|
|
"name": "website",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "rspress dev",
|
|
"build": "rspress build",
|
|
"preview": "rspress preview"
|
|
},
|
|
"dependencies": {
|
|
"@callstack/rspress-theme": "^0.0.3",
|
|
"rsbuild-plugin-open-graph": "^1.0.2",
|
|
"rspress": "1.44.0",
|
|
"rspress-plugin-font-open-sans": "^1.0.0",
|
|
"rspress-plugin-vercel-analytics": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.13",
|
|
"@types/react": "^18.3.23",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
}
|