This commit is contained in:
erwanlr
2018-12-28 22:43:41 +00:00
parent 5fad540a4c
commit 357182ef17
24 changed files with 5503 additions and 1 deletions

View File

@@ -0,0 +1,35 @@
{
"name": "mathml-block",
"version": "1.0.0",
"description": "",
"main": "mathml-block.js",
"scripts": {
"build": "webpack --mode=production ",
"build:dev": "webpack --mode=development --debug --devtool cheap-source-map --output-pathinfo",
"watch": "webpack --watch --mode=development --debug --devtool cheap-module-eval-source-map --output-pathinfo"
},
"author": "",
"license": "GPL-2.0",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel": "^6.23.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"eslint": "^5.11.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-react": "^7.11.1",
"lodash": "^4.17.11",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"uuid": "^3.3.2",
"webpack": "^4.28.2",
"webpack-cli": "^3.1.2",
"webpackbar": "^3.1.4"
},
"dependencies": {
"@wordpress/i18n": "^3.1.0"
}
}