vue3-core/packages-private/sfc-playground/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
409 B
JSON
Raw Normal View History

2021-03-28 13:35:45 +08:00
{
"name": "@vue/sfc-playground",
"private": true,
"version": "0.0.0",
"type": "module",
2021-03-28 13:35:45 +08:00
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
2021-12-12 10:38:09 +08:00
"devDependencies": {
"@vitejs/plugin-vue": "catalog:",
"vite": "catalog:"
2021-12-12 10:38:09 +08:00
},
"dependencies": {
"@vue/repl": "^4.5.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"vue": "workspace:*"
2021-03-28 13:35:45 +08:00
}
}