Skip to content

Commit

Permalink
build: add rollup-plugin-visualizer
Browse files Browse the repository at this point in the history
  • Loading branch information
cloydlau committed Nov 10, 2023
1 parent 71962dd commit ed78ff3
Show file tree
Hide file tree
Showing 4 changed files with 666 additions and 564 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
"scripts": {
"dev": "esno ./scripts/dev.mts",
"up": "nu -L !@antfu/eslint-config && ni",
"doc": "vitepress dev --open /README",
"build": "vite build",
"test-unit": "vitest run",
Expand All @@ -74,7 +75,7 @@
}
},
"dependencies": {
"vanilla-jsoneditor": "^0.18.10",
"vanilla-jsoneditor": "^0.18.12",
"vue-demi": "^0.14.6"
},
"devDependencies": {
Expand Down Expand Up @@ -105,14 +106,15 @@
"only-allow": "latest",
"open": "latest",
"prompts": "latest",
"rollup-plugin-visualizer": "latest",
"semver": "latest",
"simple-git-hooks": "latest",
"typescript": "latest",
"unplugin-auto-import": "latest",
"unplugin-vue-components": "latest",
"vite": "latest",
"vite-plugin-dts": "latest",
"vitepress": "1.0.0-rc.24",
"vitepress": "1.0.0-rc.25",
"vitest": "latest",
"vue": "latest",
"vue-global-config": "latest",
Expand Down

0 comments on commit ed78ff3

Please sign in to comment.