latepoint
Last commit date
blocks
1 year ago
languages
1 year ago
lib
1 year ago
public
1 year ago
.gitignore
1 year ago
_webpack.config.js
1 year ago
api-cheat-sheet.txt
1 year ago
config.codekit3
1 year ago
latepoint.php
1 year ago
package-lock.json
1 year ago
package.json
1 year ago
prepros.config
1 year ago
readme.txt
1 year 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 |