Adds DFs
This commit is contained in:
36
spec/fixtures/dynamic_finders/plugin_version/kiwi-com-widget/composer_file/package.json
vendored
Normal file
36
spec/fixtures/dynamic_finders/plugin_version/kiwi-com-widget/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "kiwicom-widget",
|
||||
"private": "true",
|
||||
"version": "1.0.0",
|
||||
"description": "Kiwi.com Widget plugin for Wordpress",
|
||||
"author": "Tequila Team",
|
||||
"scripts": {
|
||||
"build": "NODE_ENV=production webpack",
|
||||
"lint": "eslint src/*.js src/__tests__/*.js src/block/**",
|
||||
"test": "jest",
|
||||
"watch": "webpack -w",
|
||||
"dev": "webpack-dev-server --hot",
|
||||
"package": "./bin/zip.sh"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
||||
"@babel/plugin-transform-react-jsx": "^7.14.9",
|
||||
"@babel/preset-env": "^7.15.0",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^27.0.6",
|
||||
"babel-loader": "^8.2.2",
|
||||
"prettier": "^2.3.2",
|
||||
"react-hot-loader": "^4.13.0",
|
||||
"webpack": "^5.50.0",
|
||||
"webpack-cli": "^4.8.0",
|
||||
"webpack-dev-server": "^4.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/element": "^4.0.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user