Skip to content

Commit

Permalink
chore: add benchmark into monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jul 11, 2024
1 parent 3b1e347 commit 06d8664
Show file tree
Hide file tree
Showing 6 changed files with 386 additions and 1,080 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# registry=http://registry.npmmirror.com/
registry=http://registry.npmmirror.com/
# registry=http://registry.npmjs.org/
msvs_version=2017
git-checks=false
package-manager-strict=false
Expand Down
17 changes: 8 additions & 9 deletions benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,23 @@
{
"name": "benchmark",
"private": true,
"version": "0.0.0",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"echarts": "^5.5.0",
"echarts": "^5.5.1",
"vue": "^3.4.21",
"vue-echarts": "^6.6.9"
"vue-echarts": "^6.7.3"
},
"devDependencies": {
"@tailwindcss/vite": "4.0.0-alpha.9",
"@tailwindcss/vite": "4.0.0-alpha.17",
"@vitejs/plugin-vue": "^5.0.4",
"tailwindcss": "4.0.0-alpha.9",
"typescript": "^5.2.2",
"tailwindcss": "4.0.0-alpha.17",
"vite": "^5.1.6",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.0.26"
}
}
}
Loading

0 comments on commit 06d8664

Please sign in to comment.