-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
102 lines (102 loc) · 3.07 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
99
100
101
102
{
"name": "wp-plugin-info-card",
"description": "WP Plugin Info Card displays plugins & themes data in a beautiful box with a smooth rotation effect using WP Plugin & Theme APIs. Dashboard widget included.",
"version": "1.0.0",
"contributors": [
{
"name": "Ronald Huereca",
"email": "[email protected]",
"url": "https://mediaron.com"
},
{
"name": "Brice CAPOBIANCO",
"email": "[email protected]",
"url": "https://www.b-website.com/en/"
}
],
"funding": {
"type": "github",
"url": "https://github.com/sponsors/MediaRon"
},
"scripts": {
"start": "wp-scripts start wppic-blocks=./src/index.js --env mode=development",
"dev": "wp-scripts start wppic-blocks=./src/index.js --env mode=development",
"build": "wp-scripts build wppic-blocks=./src/index.js --env mode=production",
"zip": "wp-scripts plugin-zip"
},
"files": [
"assets",
"build",
"dist",
"langs",
"lib",
"php",
"templates",
"readme.txt",
"functions.php",
"uninstall.php",
"wp-plugin-info-card.php"
],
"dependencies": {
"babel-loader": "^8.2.2",
"react-content-loader": "^6.2.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-simple-star-rating": "^5.1.7",
"react-spinners": "^0.13.8",
"react-star-ratings": "^2.3.0",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-fix-style-only-entries": "^0.6.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@fancyapps/ui": "^5.0.33",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide": "^4.1.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@wordpress/components": "^25.10.0",
"@wordpress/date": "^4.41.0",
"@wordpress/dependency-extraction-webpack-plugin": "^5.2.0",
"@wordpress/eslint-plugin": "^14.12.0",
"@wordpress/prettier-config": "^2.7.0",
"@wordpress/scripts": "^26.11.1",
"@wordpress/url": "^3.48.0",
"ajv": "^7.2.4",
"axios": "^0.21.4",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-minify-mangle-names": "^0.5.0",
"classnames": "^2.2.6",
"css-loader": "^5.2.6",
"del": "^4.1.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-compress": "^2.0.0",
"hex-to-rgba": "^2.0.1",
"html-to-react": "^1.3.4",
"immutability-helper": "^3.1.1",
"lodash": "^4.17.21",
"lucide-react": "^0.294.0",
"merge-stream": "^2.0.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.20",
"prettier-eslint": "^15.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.0",
"react-router-dom": "^6.21.1",
"react-spinners": "^0.13.8",
"rgb2hex": "^0.2.5",
"sass-loader": "^10.0.5",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.3",
"use-async-resource": "^2.2.2",
"validator": "^13.1.17",
"webpack-remove-empty-scripts": "^1.0.1"
}
}