| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "name": "vue-cropper",
- "version": "1.0.8",
- "description": "A simple Vue picture clipping plugin",
- "keywords": [
- "vue",
- "vue3",
- "cropper",
- "vue-cropper",
- "vue-component",
- "vue-cropper-component"
- ],
- "main": "./dist/vue-cropper.es.js",
- "typings": "./lib/typings/index.d.ts",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/xyxiao001/vue-cropper.git"
- },
- "author": "xyxiao001",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/xyxiao001/vue-cropper/issues"
- },
- "homepage": "https://github.com/xyxiao001/vue-cropper#readme",
- "scripts": {
- "dev": "vite",
- "build": "vue-tsc --noEmit && vite build",
- "serve": "vite preview",
- "check": "vue-tsc --noEmit"
- },
- "devDependencies": {
- "@types/babel__core": "^7.1.19",
- "@types/node": "^18.15.0",
- "@vitejs/plugin-vue": "^4.0.0",
- "typescript": "^4.9.3",
- "vite": "^4.1.0",
- "vue-cropper": "^1.0.3",
- "vue-tsc": "^1.0.24"
- }
- }
|