feat: refactoring project
This commit is contained in:
11
package.json
11
package.json
@@ -4,7 +4,7 @@
|
||||
"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.",
|
||||
"main": "index.js",
|
||||
"bin": {
|
||||
"reactwizard": "./index.js"
|
||||
"react-crafter": "bin/cli.js"
|
||||
},
|
||||
"keywords": [
|
||||
"react",
|
||||
@@ -29,8 +29,12 @@
|
||||
"url": "https://github.com/CarGDev/reactwizard"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node index.js",
|
||||
"start": "node bin/cli.js",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test:coverage": "jest --coverage",
|
||||
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand",
|
||||
"test:local": "npm link && npx react-crafter test-project",
|
||||
"publish": "node release.js",
|
||||
"lint:prettier": "node check-format.js",
|
||||
"pretty-quick": "pretty-quick",
|
||||
@@ -52,7 +56,7 @@
|
||||
"@babel/preset-typescript": "^7.24.7",
|
||||
"@commitlint/cli": "^19.4.0",
|
||||
"@commitlint/config-conventional": "^19.2.2",
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/jest": "^29.5.14",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^5.1.1",
|
||||
"dotenv-webpack": "^7.0.2",
|
||||
@@ -66,6 +70,7 @@
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user