forked from joppuyo/acf-image-aspect-ratio-crop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "acf-image-aspect-ratio-crop",
"description": "ACF field that allows user to crop image to a specific aspect ratio",
"repository": "[email protected]:joppuyo/acf-image-aspect-ratio-crop.git",
"author": "Johannes Siipola <[email protected]>",
"license": "GPL-2.0-or-later",
"private": false,
"devDependencies": {
"husky": "^4.2.5",
"prettier": "^1.19.1",
"pretty-quick": "^3.0.0"
},
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@prettier/plugin-php": "^0.17.5",
"autoprefixer": "^9.6.0",
"axios": "^0.20.0",
"babel-loader": "^8.0.6",
"cropperjs": "^1.5.7",
"css-loader": "^2.1.1",
"extract-loader": "^3.1.0",
"file-loader": "^3.0.1",
"jquery": "^3.5.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.14.1",
"postcss-loader": "^3.0.0",
"qs": "^6.9.6",
"raw-loader": "^1.0.0",
"sass-loader": "^7.1.0",
"sprintf-js": "^1.1.2",
"wait-on": "^5.2.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-watch-time-plugin": "^0.3.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}