Skip to content

Commit

Permalink
refactor(create-rsbuild): based on create-rstack (#3315)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Aug 29, 2024
1 parent ab17c21 commit 7d538be
Show file tree
Hide file tree
Showing 26 changed files with 57 additions and 755 deletions.
14 changes: 4 additions & 10 deletions packages/create-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,9 @@
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
".": "./dist/index.js"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"create-rsbuild": "./dist/index.js"
},
Expand All @@ -31,14 +27,12 @@
"start": "node ./dist/index.js"
},
"devDependencies": {
"@clack/prompts": "^0.7.0",
"@types/minimist": "^1.2.5",
"@types/node": "18.x",
"deepmerge": "^4.3.1",
"minimist": "^1.2.8",
"rslog": "^1.2.2",
"typescript": "^5.5.2"
},
"dependencies": {
"create-rstack": "1.0.0"
},
"engines": {
"node": ">=16.7.0"
},
Expand Down
Loading

0 comments on commit 7d538be

Please sign in to comment.