Adds DFs
This commit is contained in:
28
spec/fixtures/dynamic_finders/plugin_version/kokku-cookie-banner/composer_file/package.json
vendored
Normal file
28
spec/fixtures/dynamic_finders/plugin_version/kokku-cookie-banner/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "kokku-cookie-banner",
|
||||
"version": "1.8.6",
|
||||
"private": true,
|
||||
"repository": "git@github.com:Kokku/kokku-cookie-banner.git",
|
||||
"author": "Kokku <tech@kokku.com>",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"prod": "NODE_ENV=production webpack",
|
||||
"dev": "NODE_ENV=development webpack"
|
||||
},
|
||||
"devDependencies": {
|
||||
"clean-webpack-plugin": "^4.0.0",
|
||||
"css-loader": "^6.5.1",
|
||||
"mini-css-extract-plugin": "^2.5.3",
|
||||
"node-sass": "^7.0.1",
|
||||
"postcss-loader": "^6.2.1",
|
||||
"sass-loader": "^12.4.0",
|
||||
"webpack": "^5.67.0",
|
||||
"webpack-cli": "^4.9.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"js-cookie": "^3.0.1"
|
||||
},
|
||||
"prettier": {
|
||||
"tabWidth": 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user