feat: migrate scaffolding to vite

This commit is contained in:
2025-07-01 21:53:59 -04:00
parent 41db55d45a
commit 724c239fa6
12 changed files with 38 additions and 147 deletions

View File

@@ -1,27 +1,15 @@
const deps = [
'react',
'react-dom',
'@babel/core',
'@babel/preset-env',
'webpack-cli',
'webpack',
'web-vitals',
'typescript',
'style-loader',
'react-scripts',
'react-dom',
'react',
'jest',
'babel-loader',
'ajv',
'@types/react-dom',
'@types/react',
'@types/node',
'@types/jest',
'@testing-library/user-event',
'@testing-library/react',
'@testing-library/jest-dom',
'@babel/preset-react',
'@testing-library/jest-dom'
];
module.exports = { deps };