tiny-vue/examples/vue3/package.json

59 lines
1.7 KiB
JSON
Raw Normal View History

{
"name": "vue3-example",
"type": "module",
"private": true,
"version": "0.1.6-mf.0",
"files": [
"*"
],
"scripts": {
"dev": "vite --port 7130",
"build": "vite build",
"preview": "vite preview",
"test:e2e": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@opentiny-internal/playwright-config": "workspace:^1.0.1-beta.0",
"@opentiny-internal/unplugin-virtual-template": "workspace:*",
"@opentiny/vue": "workspace:~",
"@opentiny/vue-common": "workspace:~",
"@opentiny/vue-icon": "workspace:~",
"@opentiny/vue-locale": "workspace:~",
"@opentiny/vue-renderless": "workspace:~",
"@opentiny/vue-theme": "workspace:~",
"@opentiny/vue-theme-mobile": "workspace:~",
"@opentiny/vue-docs": "workspace:~",
"@playwright/test": "^1.29.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitest/ui": "^0.27.1",
"@vue/runtime-core": "3.2.31",
"@vue/test-utils": "^2.2.7",
"jsdom": "^21.0.0",
"postcss": "^8.4.16",
"typescript": "^4.9.4",
"vite": "^4.0.2",
"vite-plugin-checker": "^0.5.2",
"vite-plugin-dynamic-import": "^1.2.4",
"vite-plugin-importus": "^1.0.4",
"vite-plugin-inspect": "^0.7.10",
"vite-plugin-md": "^0.22.5",
"vite-plugin-static-copy": "^0.12.0",
"vite-plugin-vue-inspector": "^3.3.2",
"vite-svg-loader": "^3.6.0",
"vitest": "^0.25.7",
"vue": "^3.2.25",
"vue-i18n": "^9.1.7",
"js-sha256": "^0.9.0",
"monaco-editor": "^0.34.1",
"monaco-editor-core": "^0.34.1",
"monaco-volar": "0.0.6",
"onigasm": "^2.2.5",
"unocss": "^0.48.0",
"@unocss/core": "^0.48.0",
"@unocss/preset-icons": "^0.48.0",
"@unocss/transformer-directives": "^0.48.0"
}
}