jcrop3
Version:
The Javascript cropping widget
36 lines (35 loc) • 1.28 kB
JSON
{
"name": "jcrop3",
"version": "3.0.5",
"description": "The Javascript cropping widget",
"keywords": ["jcrop", "crop", "image crop", "tapmodo"],
"homepage": "https://github.com/levmv/jcrop3",
"main": "build/js/jcrop.js",
"unpkg": "dist/jcrop.js",
"scripts": {
"build": "npx webpack --mode production build/js/jcrop.js --output dist/jcrop.js && npx webpack --mode development build/js/jcrop.js --output dist/jcrop.dev.js && npm run css",
"start": "npx http-server",
"dev": "npx webpack --mode development",
"watch": "npx webpack --watch --mode development build/js/jcrop.js --output dist/jcrop.js",
"prod": "npx webpack --mode production",
"css": "npx node-sass --output-style=extended build/css/jcrop.scss dist/jcrop.dev.css && npx node-sass --output-style=compressed --source-map dist/jcrop.css.map build/css/jcrop.scss dist/jcrop.css",
"docs": "vuepress build docs",
"docs:build": "sh build/docs-deploy.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">14"
},
"author": "",
"license": "MIT",
"babel": {
"presets": [
"env"
]
},
"devDependencies": {
"esbuild": "^0.15.13",
"esbuild-sass-plugin": "^2.4.0",
"resize-observer-polyfill": "^1.5.1"
}
}