forked from opentiny/tiny-engine
29 lines
682 B
JSON
29 lines
682 B
JSON
{
|
|
"name": "@opentiny/tiny-engine-plugin-tutorial",
|
|
"version": "1.0.2-beta.0",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "vite build"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"dependencies": {
|
|
"@opentiny/tiny-engine-common": "workspace:^1.0.1-beta.0",
|
|
"@opentiny/tiny-engine-controller": "workspace:^1.0.1-beta.0",
|
|
"@opentiny/tiny-engine-http": "workspace:^1.0.1-beta.0",
|
|
"@opentiny/vue": "~3.10.0",
|
|
"marked": "^4.0.17",
|
|
"vue": "3.2.45"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
"vite": "^4.3.7"
|
|
}
|
|
}
|