-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 934 Bytes
/
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
{
"name": "img-mark",
"version": "0.0.72",
"description": "",
"main": "./dist/index.umd.js",
"module": "./dist/index.es.js",
"scripts": {
"husky": "husky install",
"build": "vite build -c viteconfig.lib.build.ts",
"dev": "vite --mode development"
},
"repository": "https://github.com/hxdyj/img-mark.git",
"author": "hxdyj",
"license": "MIT",
"dependencies": {
"current-device": "^0.10.2",
"lodash": "^4.17.21",
"uid": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-strip": "^2.1.0",
"@types/node": "^17.0.8",
"@vitejs/plugin-vue": "^2.0.1",
"chalk": "^5.0.0",
"element-plus": "^1.3.0-beta.5",
"rollup-plugin-uglify": "^6.0.4",
"sass": "^1.46.0",
"typescript": "^4.7.2",
"vite": "^2.9.9",
"vite-plugin-dts": "^1.2.0",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
"types": "types/package/index.d.ts",
"style": "./dist/style.css",
"files": [
"dist",
"types",
"README.md"
]
}