|
1 | 1 | { |
2 | | - "name": "cropper", |
3 | | - "version": "4.0.2", |
4 | | - "description": "Image Cropping Widget", |
5 | | - "main": "index.js", |
6 | | - "scripts": { |
7 | | - "dev": "cross-env MODE=development webpack --config conf/webpack.config.js", |
8 | | - "build": "cross-env MODE=production webpack --config conf/webpack.config.js" |
9 | | - }, |
10 | | - "keywords": [ |
11 | | - "Mendix", |
12 | | - "widget", |
13 | | - "Dojo", |
14 | | - "Javascript", |
15 | | - "ES6", |
16 | | - "JQUERY" |
17 | | - ], |
18 | | - "author": { |
19 | | - "name": "Osama Najjar", |
20 | | - |
21 | | - }, |
22 | | - "license": "MIT", |
23 | | - "devDependencies": { |
24 | | - "@babel/core": "^7.2.2", |
25 | | - "@babel/preset-env": "^7.2.3", |
26 | | - "autoprefixer": "^9.4.3", |
27 | | - "babel": "^6.23.0", |
28 | | - "babel-loader": "^8.0.4", |
29 | | - "babel-plugin-add-module-exports": "^1.0.0", |
30 | | - "concurrently": "^4.1.0", |
31 | | - "cross-env": "^5.2.0", |
32 | | - "css-loader": "^2.1.0", |
33 | | - "cssnano": "^4.1.8", |
34 | | - "file-loader": "^3.0.1", |
35 | | - "fs-extra": "^7.0.1", |
36 | | - "imports-loader": "^0.8.0", |
37 | | - "mini-css-extract-plugin": "^0.5.0", |
38 | | - "node-sass": "^4.13.0", |
39 | | - "postcss-clean": "^1.1.0", |
40 | | - "postcss-loader": "^3.0.0", |
41 | | - "sass-loader": "^7.2.0", |
42 | | - "style-loader": "^0.23.1", |
43 | | - "uglifyjs-webpack-plugin": "^2.1.1", |
44 | | - "webpack": "^4.28.2", |
45 | | - "webpack-archive-plugin": "^3.0.0", |
46 | | - "webpack-cli": "^3.1.2", |
47 | | - "xml-webpack-plugin": "0.0.2" |
48 | | - }, |
49 | | - "dependencies": { |
50 | | - "jquery": "^3.5.0", |
51 | | - "jquery-jcrop": "^0.9.13" |
52 | | - } |
| 2 | + "name": "cropper", |
| 3 | + "version": "4.0.6", |
| 4 | + "description": "Image Cropping Widget", |
| 5 | + "main": "index.js", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/mendix/ImageCropModule.git" |
| 9 | + }, |
| 10 | + "scripts": { |
| 11 | + "dev": "cross-env MODE=development webpack --config conf/webpack.config.js", |
| 12 | + "build": "cross-env MODE=production webpack --config conf/webpack.config.js" |
| 13 | + }, |
| 14 | + "keywords": [ |
| 15 | + "Mendix", |
| 16 | + "widget", |
| 17 | + "Dojo", |
| 18 | + "Javascript", |
| 19 | + "ES6", |
| 20 | + "JQUERY" |
| 21 | + ], |
| 22 | + "author": { |
| 23 | + "name": "Osama Najjar", |
| 24 | + |
| 25 | + }, |
| 26 | + "license": "MIT", |
| 27 | + "devDependencies": { |
| 28 | + "@babel/core": "^7.2.2", |
| 29 | + "@babel/preset-env": "^7.2.3", |
| 30 | + "autoprefixer": "^9.4.3", |
| 31 | + "babel": "^6.23.0", |
| 32 | + "babel-loader": "^8.0.4", |
| 33 | + "babel-plugin-add-module-exports": "^1.0.0", |
| 34 | + "concurrently": "^4.1.0", |
| 35 | + "cross-env": "^5.2.0", |
| 36 | + "css-loader": "^2.1.0", |
| 37 | + "cssnano": "^4.1.8", |
| 38 | + "file-loader": "^3.0.1", |
| 39 | + "fs-extra": "^7.0.1", |
| 40 | + "imports-loader": "^0.8.0", |
| 41 | + "mini-css-extract-plugin": "^0.5.0", |
| 42 | + "sass": "^1.58.3", |
| 43 | + "postcss-clean": "^1.1.0", |
| 44 | + "postcss-loader": "^3.0.0", |
| 45 | + "sass-loader": "^7.2.0", |
| 46 | + "style-loader": "^0.23.1", |
| 47 | + "uglifyjs-webpack-plugin": "^2.1.1", |
| 48 | + "webpack": "^4.28.2", |
| 49 | + "webpack-archive-plugin": "^3.0.0", |
| 50 | + "webpack-cli": "^3.1.2", |
| 51 | + "xml-webpack-plugin": "0.0.2" |
| 52 | + }, |
| 53 | + "dependencies": { |
| 54 | + "jquery": "^3.5.0", |
| 55 | + "jquery-jcrop": "^0.9.13" |
| 56 | + } |
53 | 57 | } |
0 commit comments