generated from xiaoluoboding/vue-library-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.06 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
79
{
"name": "vue-modern-cropper",
"type": "module",
"version": "0.2.12",
"packageManager": "[email protected]",
"description": "Power-packed wrapper over cropperjs@next",
"author": "NamesMT <[email protected]>",
"homepage": "https://github.com/NamesMT/vue-modern-cropper",
"repository": {
"type": "git",
"url": "git+https://github.com/NamesMT/vue-modern-cropper.git"
},
"keywords": [
"vue",
"cropper",
"cropperjs",
"image",
"avatar"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/vue-modern-cropper.mjs"
}
},
"main": "./dist/vue-modern-cropper.mjs",
"module": "./dist/vue-modern-cropper.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite --mode docs",
"build:docs": "vite build --mode docs",
"build:lib": "vite build --mode lib && vue-tsc -p tsconfig.build.json",
"build": "pnpm run build:lib",
"preview": "vite preview",
"release": "pnpm dlx changelogen@latest --release --push --publish",
"prerelease": "pnpm run build:lib"
},
"peerDependencies": {
"cropperjs": "2.0.0-rc.1"
},
"peerDependenciesMeta": {
"cropperjs": {
"optional": false
}
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.1",
"@iconify-json/tabler": "^1.1.120",
"@types/clean-css": "^4.2.11",
"@types/node": "^20.16.1",
"@unocss/eslint-plugin": "^0.62.2",
"@unocss/reset": "^0.62.2",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^11.0.1",
"clean-css": "^5.3.3",
"eslint": "^9.9.1",
"highlight.js": "^11.10.0",
"sass": "^1.77.8",
"type-fest": "^4.25.0",
"typescript": "^5.5.4",
"unocss": "^0.62.2",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.2",
"vue": "^3.4.38",
"vue-tsc": "^2.0.29"
},
"pnpm": {
"overrides": {
"hasown": "npm:@nolyfill/hasown@^1",
"is-core-module": "npm:@nolyfill/is-core-module@^1",
"isarray": "npm:@nolyfill/isarray@^1"
}
}
}