-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 1.09 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
{
"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"
}