-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.27 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
{
"name": "file-viewer-js",
"private": false,
"version": "0.1.3",
"description": "web端文件查看插件(JS版)",
"type": "module",
"main": "dist/file-view.js",
"types": "dist/type/main.d.ts",
"publisher": "1042970366@qq.com",
"repository": {
"type": "git",
"url": "git+https://github.com/itmier/file-viewer-js.git"
},
"keywords": [
"file-viewer-js",
"file-view",
"file-viewer",
"图片放大查看工具"
],
"author": "Tmier",
"license": "MIT",
"bugs": {
"url": "https://github.com/itmier/file-viewer-js/issues"
},
"homepage": "https://github.com/itmier/file-viewer-js",
"scripts": {
"dev": "vite",
"build": "vite build && tsc -p ./tsconfig.json -emitDeclarationOnly && tsc-alias -p ./tsconfig.json",
"preview": "vite preview",
"cz": "git add . && czg"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@vitejs/plugin-vue": "^4.0.0",
"czg": "^1.4.1",
"element-plus": "^2.2.28",
"sass": "^1.58.0",
"tsc-alias": "^1.8.2",
"typescript": "^4.9.5",
"vite": "^4.0.0",
"vue": "^3.2.45",
"vue-tsc": "^1.0.24"
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
},
"files": [
"dist"
]
}