11{
22 "name" : " vue-modern-cropper" ,
3- "description" : " Power-packed wrapper over cropperjs@next" ,
4- "version" : " 0.1.3" ,
53 "type" : " module" ,
4+ "version" : " 0.1.3" ,
5+ "description" : " Power-packed wrapper over cropperjs@next" ,
66 "author" : " NamesMT <dangquoctrung123@gmail.com>" ,
7- "scripts" : {
8- "dev" : " vite --mode docs" ,
9- "build:docs" : " vite build --mode docs" ,
10- "build:lib" : " vite build --mode lib && vue-tsc -p tsconfig.build.json" ,
11- "preview" : " vite preview" ,
12- "release" : " pnpm dlx changelogen@latest --release --push --publish" ,
13- "prerelease" : " pnpm run build:lib"
14- },
7+ "homepage" : " https://github.com/NamesMT/vue-modern-cropper" ,
158 "repository" : {
169 "type" : " git" ,
1710 "url" : " git+https://github.com/NamesMT/vue-modern-cropper.git"
1811 },
19- "homepage" : " https://github.com/NamesMT/vue-modern-cropper" ,
20- "files" : [
21- " lib"
22- ],
23- "main" : " ./lib/vue-modern-cropper.mjs" ,
24- "module" : " ./lib/vue-modern-cropper.mjs" ,
2512 "exports" : {
2613 "." : {
27- "import " : " ./lib/vue-modern-cropper.mjs " ,
28- "types " : " ./lib/index.d.ts "
14+ "types " : " ./lib/index.d.ts " ,
15+ "import " : " ./lib/vue-modern-cropper.mjs "
2916 }
3017 },
18+ "main" : " ./lib/vue-modern-cropper.mjs" ,
19+ "module" : " ./lib/vue-modern-cropper.mjs" ,
3120 "types" : " ./lib/index.d.ts" ,
21+ "files" : [
22+ " lib"
23+ ],
24+ "scripts" : {
25+ "dev" : " vite --mode docs" ,
26+ "build:docs" : " vite build --mode docs" ,
27+ "build:lib" : " vite build --mode lib && vue-tsc -p tsconfig.build.json" ,
28+ "preview" : " vite preview" ,
29+ "release" : " pnpm dlx changelogen@latest --release --push --publish" ,
30+ "prerelease" : " pnpm run build:lib"
31+ },
3232 "devDependencies" : {
33+ "@antfu/eslint-config" : " ^2.12.2" ,
3334 "@iconify-json/carbon" : " ^1.1.31" ,
3435 "@iconify-json/mdi" : " ^1.1.64" ,
3536 "@types/node" : " ^18.19.28" ,
37+ "@unocss/eslint-plugin" : " ^0.59.0" ,
3638 "@unocss/reset" : " ^0.55.7" ,
3739 "@vitejs/plugin-vue" : " ^4.6.2" ,
3840 "@vueuse/core" : " ^10.9.0" ,
3941 "clean-css" : " ^5.3.3" ,
4042 "cropperjs" : " 2.0.0-beta.4" ,
43+ "eslint" : " ^9.0.0" ,
4144 "highlight.js" : " ^11.9.0" ,
4245 "sass" : " ^1.72.0" ,
4346 "type-fest" : " ^4.14.0" ,
5558 "isarray" : " npm:@nolyfill/isarray@latest"
5659 }
5760 }
58- }
61+ }
0 commit comments