-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.37 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
{
"name": "xiao-you-transform-v3",
"version": "1.0.0",
"author": {
"name": "微若蜉蝣",
"email": "[email protected]"
},
"description": "A library use for make string HTML node transform Vue3 virtual Node ||一个用来将字符串Dom节点转换成Vue3虚拟节点的库",
"private": false,
"main": "lib/index",
"license": "MIT",
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false"
},
"keywords": [
"xiao-you",
"transform",
"xiao-you-transform",
"vue3",
"virtual-Node"
],
"homepage": "https://fuyouplus.cn",
"repository": {
"type": "gitee",
"url": "https://gitee.com/fuyouplus/xiao-you-transform-v3"
},
"dependencies": {
"vue": "^3.2.38",
"xiao-you-transform-v3": "^1.0.0"
},
"devDependencies": {
"@types/jsdom": "^20.0.0",
"@types/node": "^16.11.56",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/test-utils": "^2.0.2",
"@vue/tsconfig": "^0.1.3",
"jsdom": "^20.0.0",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.0.9",
"vitest": "^0.23.0",
"vue-tsc": "^0.40.7"
}
}