-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.11 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "photo-block",
"version": "1.0.0",
"description": "En easy to use, but comprehensive photo block for WordPress",
"scripts": {
"start": "wp-scripts start --env mode=development",
"dev": "wp-scripts start --env mode=development",
"build": "wp-scripts build --env mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dlxplugins/photo-block/"
},
"author": "Ronald Huereca",
"license": "ISC",
"bugs": {
"url": "https://github.com/dlxplugins/photo-block/"
},
"homepage": "https://dlxplugins.com/plugins/photo-block/",
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-transform-arrow-functions": "^7.17.12",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@wordpress/plugins": "^7.0.0",
"@wordpress/scripts": "^26.1.0",
"axios": "^1.4.0",
"babel-loader": "^8.2.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-minify-mangle-names": "^0.5.1",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"grunt": "^1.5.3",
"grunt-contrib-compress": "^2.0.0",
"hex-to-rgba": "^2.0.1",
"html-to-react": "^1.5.1",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^8.0.0",
"prettier": "^2.7.1",
"prettier-eslint": "^13.0.0",
"prop-types": "^15.8.1",
"qs": "^6.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-image-crop": "^11.0.6",
"resolve-url-loader": "^5.0.0",
"rgb2hex": "^0.2.5",
"sass-loader": "^13.2.2",
"styled-components": "^5.3.5",
"use-async-resource": "^2.2.2",
"util": "^0.12.4",
"webpack": "^5.76.2",
"webpack-cli": "^4.10.0",
"webpack-remove-empty-scripts": "^0.7.3"
},
"dependencies": {
"@wordpress/a11y": "^3.11.0",
"@wordpress/icons": "^8.4.0",
"filepond": "^4.31.1",
"filepond-plugin-file-validate-type": "^1.2.8",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"lucide-react": "^0.359.0",
"react-filepond": "^7.1.2",
"react-hook-form": "^7.43.9"
}
}