forked from opentiny/tiny-vue
63 lines
2.0 KiB
JSON
63 lines
2.0 KiB
JSON
{
|
|
"name": "vue2-example",
|
|
"type": "module",
|
|
"private": true,
|
|
"version": "0.1.6-mf.0",
|
|
"files": [
|
|
"*"
|
|
],
|
|
"scripts": {
|
|
"dev": "vite --port 7126",
|
|
"dev:saas": "vite --port 7126 --mode saas",
|
|
"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-saas": "workspace:~",
|
|
"@opentiny/vue-theme-mobile": "workspace:~",
|
|
"@opentiny/vue-vite-import": "workspace:~",
|
|
"@opentiny/vue-design-smb": "workspace:~",
|
|
"@playwright/test": "^1.40.1",
|
|
"@vitest/ui": "^0.31.0",
|
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
|
|
"@vue/composition-api": "1.7.2",
|
|
"@vue/runtime-dom": "^3.2.31",
|
|
"@vue/test-utils": "^1.3.3",
|
|
"jsdom": "^21.0.0",
|
|
"postcss": "^8.4.16",
|
|
"tailwindcss": "^3.2.4",
|
|
"tailwindcss-vite-plugin": "^0.0.3",
|
|
"typescript": "^5.0.0",
|
|
"unplugin-vue2-script-setup": "^0.11.3",
|
|
"vite": "^4.3.8",
|
|
"vite-plugin-checker": "^0.5.2",
|
|
"vite-plugin-dynamic-import": "^1.2.4",
|
|
"vite-plugin-inspect": "^0.7.9",
|
|
"vite-plugin-md": "^0.22.5",
|
|
"vite-plugin-vue-inspector": "^3.3.2",
|
|
"vite-plugin-vue2": "^2.0.2",
|
|
"vite-plugin-vue2-svg": "^0.3.0",
|
|
"vitest": "^0.31.0",
|
|
"vue": "2.6.14",
|
|
"vue-i18n": "^8.9.0",
|
|
"vue-template-compiler": "2.6.14",
|
|
"vue-tsc": "^1.0.16",
|
|
"js-sha256": "^0.9.0",
|
|
"onigasm": "^2.2.5",
|
|
"@tiptap/vue-2": "^2.1.0",
|
|
"unocss": "^0.48.0",
|
|
"@unocss/core": "^0.48.0",
|
|
"@unocss/preset-icons": "^0.48.0",
|
|
"@unocss/transformer-directives": "^0.48.0"
|
|
}
|
|
} |