Adds DFs
This commit is contained in:
32
spec/fixtures/dynamic_finders/plugin_version/juneteenth-banner/composer_file/package.json
vendored
Normal file
32
spec/fixtures/dynamic_finders/plugin_version/juneteenth-banner/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "juneteenth",
|
||||
"version": "1.0.2",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"babel": {
|
||||
"presets": [
|
||||
"@babel/preset-env"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "webpack --mode=development --watch --config webpack-config.js",
|
||||
"build": "webpack --mode=production --config webpack-config.js"
|
||||
},
|
||||
"keywords": [
|
||||
"wordpress",
|
||||
"webpack",
|
||||
"javascript"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.1.5",
|
||||
"@babel/core": "^7.1.6",
|
||||
"@babel/preset-env": "^7.1.6",
|
||||
"babel-loader": "^8.0.4",
|
||||
"lodash": "^4.17.11",
|
||||
"webpack": "^4.26.1",
|
||||
"webpack-cli": "^3.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"micromodal": "^0.4.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user