-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
78 lines (78 loc) · 1.8 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "vue-web-terminal",
"version": "3.4.0",
"description": "A beautiful web-side command line window plugin (native simulation). 一个漂亮的网页命令行插件(原生模拟)",
"license": "Apache-2.0",
"private": false,
"type": "module",
"main": "lib/vue-web-terminal.umd.cjs",
"module": "lib/vue-web-terminal.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"import": "./lib/vue-web-terminal.js",
"require": "./lib/vue-web-terminal.umd.cjs",
"types": [
"./lib/index.d.ts",
"./lib/Terminal.vue.d.ts",
"./lib/types/index.d.ts"
]
}
},
"files": [
"package.json",
"README.md",
"LICENSE",
"lib"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"scripts": {
"test": "vite --host",
"build": "vite build&& vue-tsc",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4",
"vue-json-viewer": "^3.0.4"
},
"devDependencies": {
"@types/node": "20.16.13",
"@vitejs/plugin-vue": "4.6.2",
"rollup-plugin-visualizer": "5.9.3",
"sass": "1.62.1",
"terser": "5.37.0",
"typescript": "5.4.5",
"vite": "5.4.6",
"vue-tsc": "1.8.26",
"vite-plugin-css-injected-by-js": "3.3.1",
"vite-plugin-dts": "3.6.3"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"repository": {
"type": "git",
"url": "https://github.com/tzfun/vue-web-terminal.git"
},
"bugs": {
"url": "https://github.com/tzfun/vue-web-terminal/issues"
},
"homepage": "https://tzfun.github.io/vue-web-terminal/",
"keywords": [
"terminal",
"vue",
"vue3",
"web-terminal",
"vue-terminal",
"console",
"web-console",
"vue-console"
],
"author": "beifengtz"
}