generated from DLXPlugins/alerts-dlx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.56 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
{
"name": "gb-extras",
"version": "1.0.0",
"description": "A companion plugin for the GenerateBlocks suite of plugins.",
"main": "src/index.js",
"scripts": {
"build": "wp-scripts build --env mode=production",
"start": "wp-scripts start --env mode=development",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dlxplugins/alerts-dlx.git"
},
"keywords": [
"generateblocks",
"hacks"
],
"author": "Ronald Huereca",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/dlxplugins/gb-extras/issues"
},
"homepage": "https://dlxplugins.com/plugins/gb-extras/",
"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",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/pro-duotone-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/photoswipe": "^4.1.2",
"@types/react": "^18.0.14",
"@wordpress/commands": "^0.16.0",
"@wordpress/components": "^25.11.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.3.0",
"@wordpress/element": "^4.9.0",
"@wordpress/eslint-plugin": "^12.8.0",
"@wordpress/i18n": "^4.11.0",
"@wordpress/icons": "^9.36.0",
"@wordpress/scripts": "^26.16.0",
"axios": "^1.6.1",
"babel-plugin-macros": "^3.1.0",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"dompurify": "^2.4.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"grunt": "^1.6.1",
"grunt-contrib-compress": "^2.0.0",
"lodash.uniqueid": "^4.0.1",
"lucide-react": "^0.292.0",
"mini-css-extract-plugin": "^2.6.1",
"prettier": "^2.7.1",
"prettier-eslint": "^15.0.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"qs": "^6.10.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.48.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.66.1",
"sass-loader": "^13.0.2",
"scss-tokenizer": "^0.4.3",
"use-async-resource": "^2.2.2",
"util": "^0.12.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-remove-empty-scripts": "^0.8.1"
},
"dependencies": {
"@wordpress/a11y": "^3.11.0",
"grunt-cli": "^1.4.3",
"html-to-react": "^1.4.8"
}
}