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,7 +1,7 @@
{
"name": "react-crafter",
"version": "1.1.3",
"description": "A CLI tool to quickly scaffold a React application with TypeScript, Ant Design, Sass, Webpack, and essential development tools like Husky and linters pre-configured. Perfect for kickstarting modern React projects with best practices.",
"description": "A CLI tool to quickly scaffold a React application with TypeScript, Ant Design, Sass, Vite, and essential development tools like Husky and linters pre-configured. Perfect for kickstarting modern React projects with best practices.",
"main": "index.js",
"bin": {
"react-crafter": "bin/cli.js"
@@ -11,7 +11,7 @@
"typescript",
"antd",
"sass",
"webpack",
"vite",
"cli",
"husky",
"linter",
@@ -59,9 +59,6 @@
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/jest": "^29.5.14",
"babel-loader": "^8.2.2",
"css-loader": "^5.1.1",
"dotenv-webpack": "^7.0.2",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.2.1",
@@ -70,11 +67,9 @@
"jest": "^29.7.0",
"prettier": "^3.3.3",
"pretty-quick": "^4.0.0",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"webpack": "^5.24.3",
"webpack-cli": "^4.5.0"
"vite": "^5.0.0",
"@vitejs/plugin-react": "^4.0.0"
}
}