You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
392 B
20 lines
392 B
{
|
|
"name": "@vue/sfc-playground",
|
|
"version": "3.3.0-alpha.8",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
"vite": "^4.2.0"
|
|
},
|
|
"dependencies": {
|
|
"@vue/repl": "^1.3.0",
|
|
"file-saver": "^2.0.5",
|
|
"jszip": "^3.6.0",
|
|
"vue": "workspace:*"
|
|
}
|
|
}
|