tiny-vue/examples/vue3/package.json

62 lines
2.0 KiB
JSON

{
"name": "vue3-example",
"type": "module",
"private": true,
"version": "0.1.6-mf.0",
"files": [
"*"
],
"scripts": {
"dev": "vite --port 7130",
"dev:saas": "vite --port 7130 --mode saas",
"build": "vite build",
"preview": "vite preview",
"test:e2e": "playwright test",
"test:unit": "vitest",
"install:browser": "playwright install",
"codegen": "playwright codegen localhost:3101"
},
"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-saas": "workspace:~",
"@opentiny/vue-theme-mobile": "workspace:~",
"@opentiny/vue-vite-import": "workspace:~",
"@opentiny/vue-design-smb": "workspace:~",
"@opentiny/vue-design-aurora": "workspace:~",
"@playwright/test": "~1.42.0",
"@vitejs/plugin-vue": "4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vitest/ui": "^0.31.0",
"@vue/runtime-core": "3.2.31",
"@vue/test-utils": "^2.2.7",
"jsdom": "^21.0.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.2.4",
"tailwindcss-vite-plugin": "^0.0.3",
"typescript": "^5.0.0",
"vite": "^4.3.8",
"vite-plugin-checker": "^0.5.2",
"vite-plugin-dynamic-import": "^1.2.4",
"vite-plugin-inspect": "^0.7.10",
"vite-plugin-md": "^0.22.5",
"vite-plugin-vue-inspector": "^3.3.2",
"vite-svg-loader": "^3.6.0",
"vitest": "^0.31.0",
"vue": "^3.3.9",
"@tiptap/vue-3": "^2.1.0",
"vue-i18n": "^9.1.7",
"js-sha256": "^0.9.0",
"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"
}
}