Adds DFs
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "math-input-with-mathquill",
|
||||
"version": "0.2.3",
|
||||
"description": "Type math expressions directly into your page with MathQuill/LaTeX.",
|
||||
"author": "eoghanmcilwaine",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build",
|
||||
"format": "wp-scripts format",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"packages-update": "wp-scripts packages-update",
|
||||
"plugin-zip": "wp-scripts plugin-zip",
|
||||
"start": "wp-scripts start"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^20.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@edtr-io/mathquill": "^0.11.0",
|
||||
"react-mathquill": "^1.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user