forked from opentiny/tiny-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 855 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "@opentiny/tiny-engine-i18n-host",
"version": "2.7.0-rc.1",
"publishConfig": {
"access": "public"
},
"description": "webcomponent vue i18n host",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"files": [
"dist"
],
"type": "module",
"main": "dist/lowcode-design-i18n-host.umd.js",
"module": "dist/lowcode-design-i18n-host.es.js",
"repository": {
"type": "git",
"url": "https://github.com/opentiny/tiny-engine",
"directory": "packages/i18n"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-engine/issues"
},
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.2",
"vite": "^5.4.2"
},
"peerDependencies": {
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
}
}