Skip to content

Commit

Permalink
feat: basic implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Aug 25, 2024
1 parent 268ae62 commit 4933665
Show file tree
Hide file tree
Showing 5 changed files with 1,355 additions and 17 deletions.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"biome check --write --no-errors-on-unmatched"
]
},
"dependencies": {
"vue-loader": "^15.11.1",
"webpack": "^5.93.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@playwright/test": "^1.45.3",
Expand All @@ -40,7 +44,8 @@
"playwright": "^1.45.3",
"simple-git-hooks": "^2.11.1",
"tsup": "^8.2.3",
"typescript": "^5.5.4"
"typescript": "^5.5.4",
"vue": "^2.7.14"
},
"peerDependencies": {
"@rsbuild/core": "1.x || ^1.0.1-beta.0"
Expand Down
Loading

0 comments on commit 4933665

Please sign in to comment.