PluginProbe ʕ •ᴥ•ʔ
LatePoint – Calendar Booking Plugin for Appointments and Events / 5.2.4
LatePoint – Calendar Booking Plugin for Appointments and Events v5.2.4
5.6.5 5.6.4 5.6.3 5.6.2 5.6.1 5.6.0 5.5.2 5.5.1 5.5.0 5.4.2 trunk 5.1.0 5.1.1 5.1.2 5.1.3 5.1.4 5.1.5 5.1.6 5.1.7 5.1.8 5.1.9 5.1.91 5.1.92 5.1.93 5.1.94 5.2.0 5.2.1 5.2.10 5.2.11 5.2.2 5.2.3 5.2.4 5.2.5 5.2.6 5.2.7 5.2.8 5.2.9 5.3.0 5.3.1 5.3.2 5.4.0 5.4.1
latepoint / package.json
latepoint Last commit date
blocks 9 months ago languages 9 months ago lib 9 months ago public 9 months ago .gitignore 9 months ago _webpack.config.js 1 year ago api-cheat-sheet.txt 1 year ago config.codekit3 9 months ago latepoint.php 9 months ago package-lock.json 1 year ago package.json 1 year ago prepros.config 1 year ago readme.txt 9 months ago
package.json
29 lines
1 {
2 "name": "latepoint",
3 "version": "1.0.0",
4 "dependencies": {
5 "@emotion/styled": "^11.10.5",
6 "@wordpress/icons": "^9.15.0",
7 "chart.js": "^3.8.0",
8 "daterangepicker": "^3.0.5",
9 "dragula": "^3.7.2",
10 "inputmask": "^5.0.7",
11 "intl-tel-input": "^17.0.19",
12 "jquery.json-viewer": "^1.5.0",
13 "medium-editor": "^5.23.3",
14 "moment": "^2.29.4",
15 "pickr-widget": "^0.3.6",
16 "sprintf-js": "^1.1.2",
17 "util": "^0.12.5"
18 },
19 "devDependencies": {
20 "@wordpress/scripts": "25.1.0",
21 "webpack": "^5.75.0",
22 "webpack-cli": "^5.0.1"
23 },
24 "scripts": {
25 "build": "wp-scripts build --webpack-src-dir=blocks/src --output-path=blocks/build",
26 "start": "wp-scripts start --webpack-src-dir=blocks/src --output-path=blocks/build"
27 }
28 }
29