Adds DFs
This commit is contained in:
35
spec/fixtures/dynamic_finders/plugin_version/mathml-block/composer_file/package.json
vendored
Normal file
35
spec/fixtures/dynamic_finders/plugin_version/mathml-block/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user