16 lines
269 B
JavaScript
16 lines
269 B
JavaScript
const deps = [
|
|
'react',
|
|
'react-dom',
|
|
'web-vitals',
|
|
'typescript',
|
|
'@types/react-dom',
|
|
'@types/react',
|
|
'@types/node',
|
|
'@types/jest',
|
|
'@testing-library/user-event',
|
|
'@testing-library/react',
|
|
'@testing-library/jest-dom'
|
|
];
|
|
|
|
module.exports = { deps };
|