summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..fc7ff73
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "basic-fullcalendar",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "build": "wp-scripts build",
+ "start": "wp-scripts start",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "",
+ "license": "MIT",
+ "dependencies": {
+ "@fullcalendar/daygrid": "^5.4.0",
+ "@fullcalendar/react": "^5.4.0",
+ "react": "^17.0.1",
+ "react-dom": "^17.0.1"
+ },
+ "devDependencies": {
+ "@wordpress/scripts": "^12.6.0"
+ }
+}