File tree Expand file tree Collapse file tree
packages/plugins/resource Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments