Skip to content

Commit

Permalink
chore: add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyv committed Jan 10, 2024
1 parent e035ff6 commit 6e6ea0d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"private": true,
"scripts": {
"dev": "cross-env DEBUG=unplugin-unocss-config vite"
"dev": "cross-env DEBUG=unplugin-unocss-config vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.13"
"vue": "^3.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"@vitejs/plugin-vue": "^5.0.2",
"cross-env": "^7.0.3",
"unocss": "^0.58.0",
"unocss-preset-useful": "^0.3.4",
"unocss": "^0.58.3",
"unocss-preset-useful": "^0.3.7",
"unplugin-unocss-config": "workspace:*",
"vite": "^5.0.10",
"vite-plugin-inspect": "^0.8.1"
Expand Down

0 comments on commit 6e6ea0d

Please sign in to comment.