-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
98 lines (98 loc) · 3.34 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "highlight-and-share",
"version": "1.0.0",
"description": "Highlight and share text.",
"main": "index.js",
"sideEffects": false,
"scripts": {
"start": "wp-scripts start has-inline-highlighting=./src/inline-highlighting.js has-click-to-share=./src/blocks/click-to-share/block.js --env mode=development",
"dev": "wp-scripts start has-click-to-share=./src/blocks/click-to-share/block.js --env mode=development",
"build": "wp-scripts build has-inline-highlighting=./src/inline-highlighting.js has-click-to-share=./src/blocks/click-to-share/block.js --env mode=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mediaron/highlight-and-share"
},
"author": "Ronald Huereca",
"license": "ISC",
"bugs": {
"url": "https://github.com/mediaron/highlight-and-shre"
},
"homepage": "https://mediaron.com/highlight-and-share/",
"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",
"@types/photoswipe": "^4.1.2",
"@types/react": "^18.0.23",
"@wordpress/block-editor": "^11.6.0",
"@wordpress/block-serialization-default-parser": "^4.29.0",
"@wordpress/blocks": "^12.6.0",
"@wordpress/components": "^22.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.6.0",
"@wordpress/element": "^4.9.0",
"@wordpress/escape-html": "^2.15.0",
"@wordpress/eslint-plugin": "^10.0.1",
"@wordpress/i18n": "^4.11.0",
"@wordpress/scripts": "^26.0.0",
"axios": "^0.26.1",
"babel-loader": "^8.2.5",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-macros": "^3.1.0",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"dompurify": "^3.0.2",
"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",
"inspectpack": "^4.7.1",
"lucide-react": "^0.268.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^7.0.1",
"prettier": "^2.7.1",
"prettier-eslint": "^13.0.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"qs": "^6.10.5",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.32.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react-spinners": "^0.13.6",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^12.6.0",
"styled-components": "^5.3.5",
"use-async-resource": "^2.2.2",
"util": "^0.12.4",
"webpack": "^5.76.2",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^4.10.0",
"webpack-remove-empty-scripts": "^0.7.3",
"webpack-shell-plugin": "^0.5.0",
"webpack-shell-plugin-next": "^2.2.2"
},
"dependencies": {
"@fancyapps/ui": "^4.0.31",
"@fortawesome/fontawesome-pro": "^6.1.1",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@fortawesome/pro-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@wordpress/a11y": "^3.11.0",
"@wordpress/icons": "^8.4.0",
"html-to-react": "^1.4.8",
"photoswipe": "^5.2.7",
"photoswipe-dynamic-caption-plugin": "^1.1.1",
"react-loading-skeleton": "^3.1.0",
"react-photoswipe-gallery": "^2.2.1"
}
}