-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.6 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
{
"name": "wpstorm-notify",
"version": "1.0.0",
"description": "=== Wpstorm Notify ===\r Contributors: wpstormdev\r Tags: Mobile Verification, order notification, order sms, sms plugin, woocommerce sms integration, digits sms, gravity form sms, bookly sms\r Requires at least: 5.8\r Tested up to: 6.2.2\r Requires PHP: 7.4\r Stable tag: 1.0.0\r License: GPLv2 or later\r License URI: https://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"plugin-zip": "wp-scripts plugin-zip",
"translate": "wp i18n make-pot . languages/wpstorm-notify.pot --exclude=\"node_modules\" --exclude=\"vendor\" --exclude=\"languages\""
},
"files": [
"assets/**",
"build/**",
"build-block/**",
"classes/**",
"languages/**",
"modules/**",
"src/**",
"readme.txt",
"changelog.txt",
"wpstorm-notify.php",
"index.php"
],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@wordpress/element": "5.18.0",
"@wordpress/i18n": "4.41.0",
"@wordpress/scripts": "26.12.0",
"axios": "1.5.0"
},
"dependencies": {
"autoprefixer": "10.4.15",
"bootstrap": "5.3.1",
"browser-sync-webpack-plugin": "2.3.0",
"postcss": "8.4.29",
"react": "18.2.0",
"react-bootstrap": "2.8.0",
"react-content-loader": "6.2.1",
"react-icons": "4.11.0",
"react-router-dom": "6.15.0",
"react-select": "5.7.4",
"react-toastify": "9.1.3",
"react-transition-group": "4.4.5",
"tailwindcss": "3.3.3",
"use-immer": "0.9.0",
"webpack": "5.88.2"
}
}