workflow: sfc playground
This commit is contained in:
23
packages/sfc-playground/package.json
Normal file
23
packages/sfc-playground/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "@vue/sfc-playground",
|
||||
"version": "3.0.9",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"buildOptions": {
|
||||
"formats": [
|
||||
"global"
|
||||
],
|
||||
"env": "development",
|
||||
"enableNonBrowserBranches": true
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/codemirror": "^0.0.108",
|
||||
"@vitejs/plugin-vue": "^1.2.0",
|
||||
"codemirror": "^5.60.0",
|
||||
"vite": "^2.1.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user