You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
6 months ago
|
{
|
||
|
"name": "@opentiny/tiny-engine-preview-vue",
|
||
|
"version": "1.0.2",
|
||
|
"scripts": {
|
||
|
"dev": "vite",
|
||
|
"build": "vite build",
|
||
|
"preview": "vite preview"
|
||
|
},
|
||
|
"main": "dist/index.js",
|
||
|
"module": "dist/index.js",
|
||
|
"dependencies": {
|
||
|
"@opentiny/tiny-engine-i18n-host": "^1.0.0",
|
||
|
"@opentiny/vue": "^3.10.0",
|
||
|
"@opentiny/vue-icon": "^3.10.0",
|
||
|
"axios": "^0.21.1",
|
||
|
"axios-mock-adapter": "^1.19.0",
|
||
|
"vue": "^3.2.25",
|
||
|
"vue-i18n": "^9.2.0-beta.3",
|
||
|
"vue-router": "^4.0.0",
|
||
|
"pinia": "^2.1.7"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@vitejs/plugin-vue": "^2.3.1",
|
||
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
||
|
"vite": "^2.9.5"
|
||
|
},
|
||
|
"homepage": "https://opentiny.design/tiny-engine",
|
||
|
"keywords": [
|
||
|
"vue",
|
||
|
"vue3",
|
||
|
"frontend",
|
||
|
"opentiny",
|
||
|
"lowcode",
|
||
|
"tiny-engine",
|
||
|
"tiny-engine-preview-template"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/opentiny/tiny-engine-generate-preview"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/opentiny/tiny-engine-generate-preview/issues"
|
||
|
},
|
||
|
"author": "OpenTiny Team",
|
||
|
"license": "MIT"
|
||
|
}
|