mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
e69402bc13
* chore: React Test Library experiments app * chore: fix lint * chore: fix tests
39 lines
991 B
JSON
39 lines
991 B
JSON
{
|
|
"name": "react-testing-library-experiments",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test": "jest",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@types/node": "20.4.9",
|
|
"@types/react": "18.2.19",
|
|
"@types/react-dom": "18.2.7",
|
|
"autoprefixer": "10.4.14",
|
|
"eslint": "8.46.0",
|
|
"eslint-config-next": "13.4.13",
|
|
"next": "13.4.13",
|
|
"postcss": "8.4.27",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"tailwindcss": "3.3.3",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.22.10",
|
|
"@babel/preset-react": "^7.22.5",
|
|
"@babel/preset-typescript": "^7.22.5",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@testing-library/user-event": "^14.4.3",
|
|
"@types/jest": "^29.5.3",
|
|
"jest": "^29.6.2",
|
|
"jest-environment-jsdom": "^29.6.2",
|
|
"prettier": "^3.0.1"
|
|
}
|
|
}
|