This commit is contained in:
erwanlr
2021-12-18 15:21:20 +01:00
parent a677cf87cd
commit 9499caf7b8
28 changed files with 14746 additions and 3 deletions

View File

@@ -0,0 +1,43 @@
{
"name": "survey",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/mohammedrezq/wadi-survey-polls.git",
"author": "mohammedrezq <mohammedrezq2000@gmail.com>",
"license": "MIT",
"scripts": {
"prod": "cross-env NODE_ENV=production webpack --mode production --progress",
"dev": "cross-env NODE_ENV=development webpack --watch --mode development --progress",
"start:wp-scripts": "wp-scripts start"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@wordpress/babel-preset-default": "^6.3.1",
"@wordpress/eslint-plugin": "^9.0.5",
"@wordpress/scripts": "^17.1.0",
"@wordpress/stylelint-config": "^19.0.4",
"babel-loader": "^8.2.2",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.2",
"cssnano": "^5.0.6",
"eslint": "^7.27.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-jsdoc": "^35.0.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.0.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss": "^8.2.13",
"resolve-url-loader": "^4.0.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.0.0",
"stylelint": "^13.13.1",
"stylelint-webpack-plugin": "^2.1.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2"
}
}