Adds DFs
This commit is contained in:
22
spec/fixtures/dynamic_finders/plugin_version/wp-affiliate-disclosure/composer_file/package.json
vendored
Normal file
22
spec/fixtures/dynamic_finders/plugin_version/wp-affiliate-disclosure/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "wpaffiliatedisclosure",
|
||||
"version": "1.1.3",
|
||||
"scripts": {
|
||||
"start": "cross-env webpack --watch",
|
||||
"build": "cross-env NODE_ENV=production webpack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"browser-sync": "^2.18.13",
|
||||
"browser-sync-webpack-plugin": "^1.2.0",
|
||||
"cross-env": "^5.1.1",
|
||||
"css-loader": "^0.28.7",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"node-sass": "^4.7.2",
|
||||
"postcss-loader": "^2.0.9",
|
||||
"raw-loader": "^0.5.1",
|
||||
"sass-loader": "^6.0.6",
|
||||
"style-loader": "^0.19.1",
|
||||
"susy": "^2.2.12",
|
||||
"webpack": "^3.10.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user