tiny-vue/internals/vue-vite-import/example/js/package.json

24 lines
463 B
JSON

{
"name": "my-vue-app",
"description": "",
"author": "",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@opentiny/vue": "^3.0.0",
"vue": "^3.3.9",
"vue-i18n": "^9.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"vite-plugin-inspect": "^0.7.10",
"vite": "^4.3.8"
},
"email": ""
}