This commit is contained in:
erwanlr
2020-08-22 17:51:39 +02:00
parent 920a25bb25
commit 4515be53b4
15 changed files with 36023 additions and 1 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "real-time-auto-find-and-replace",
"version": "1.0.0",
"description": "Find replace plugin",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production",
"watch": "webpack --watch --mode development"
},
"author": "M.Tuhin",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"autoprefixer": "^9.8.5",
"babel-loader": "^8.1.0",
"css-loader": "^3.6.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^9.0.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",
"webpack-fix-style-only-entries": "^0.5.1"
}
}