Skip to content

Commit 783902e

Browse files
Update package.json
1 parent 8c8396d commit 783902e

1 file changed

Lines changed: 43 additions & 0 deletions

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"name": "@opentiny/tiny-engine-plugin-resource",
3+
"version": "2.8.0",
4+
"publishConfig": {
5+
"access": "public"
6+
},
7+
"scripts": {
8+
"build": "vite build"
9+
},
10+
"type": "module",
11+
"main": "dist/index.js",
12+
"module": "dist/index.js",
13+
"files": [
14+
"dist"
15+
],
16+
"repository": {
17+
"type": "git",
18+
"url": "https://github.com/opentiny/tiny-engine",
19+
"directory": "packages/plugins/resource"
20+
},
21+
"bugs": {
22+
"url": "https://github.com/opentiny/tiny-engine/issues"
23+
},
24+
"author": "OpenTiny Team",
25+
"license": "MIT",
26+
"homepage": "https://opentiny.design/tiny-engine",
27+
"dependencies": {
28+
"@opentiny/tiny-engine-common": "workspace:*",
29+
"@opentiny/tiny-engine-meta-register": "workspace:*",
30+
"vue-clipboard3": "^2.0.0"
31+
},
32+
"devDependencies": {
33+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "workspace:*",
34+
"@vitejs/plugin-vue": "^5.1.2",
35+
"@vitejs/plugin-vue-jsx": "^4.0.1",
36+
"vite": "^5.4.2"
37+
},
38+
"peerDependencies": {
39+
"@opentiny/vue": "^3.20.0",
40+
"@opentiny/vue-icon": "^3.20.0",
41+
"vue": "^3.4.15"
42+
}
43+
}

0 commit comments

Comments
 (0)