You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.1 KiB

2 months ago
{
"name": "kirby-plugin-image-crop-field",
"description": "A image cropping field for kirby.",
"author": "Rico Steiner <rico@vweb.ch>",
"version": "2.0.5",
"type": "kirby-field",
"license": "MIT",
"scripts": {
"watch": "parcel watch src/main.js --out-dir ./ --out-file index.js --no-source-maps",
"build": "parcel build src/main.js --out-dir ./ --out-file index.js --no-source-maps"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"last 2 versions"
],
"posthtml": {
"recognizeSelfClosing": true
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.3.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browserslist": "^4.17.5",
"caniuse-lite": "^1.0.30001274",
"node-sass": "^4.14.1",
"parcel-bundler": "^1.12.5",
"sass": "^1.43.4",
"sass-loader": "^7.3.1",
"stylus": "^0.54.8",
"vue-hot-reload-api": "^2.3.4",
"vue-template-compiler": "^2.6.14"
},
"dependencies": {
"src": "^1.1.2",
"vue": "^2.6.14",
"vue-cropperjs": "^4.2.0"
}
}