This commit is contained in:
erwanlr
2021-12-05 18:09:29 +01:00
parent 2fc872ae6f
commit a677cf87cd
31 changed files with 9786 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
= 1.0.0 =
First Release ! Yay !

View File

@@ -0,0 +1,47 @@
{
"name": "modula-deeplink",
"main": "Gruntfile.js",
"version": "1.0.0",
"author": "Macho Themes",
"license": "GPL v3",
"repository": "https://github.com/machothemes/simple-author-box.git",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"production": "cross-env NODE_ENV=production webpack"
},
"devDependencies": {
"autoprefixer": "^9.7.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"classnames": "^2.2.6",
"cross-env": "^7.0.0",
"css-entry-webpack-plugin": "^1.0.0-beta.4",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"extract-text-webpack-plugin": "^3.0.2",
"grunt": "^1.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-wp-i18n": "^1.0.3",
"load-grunt-tasks": "^5.1.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.41.5"
},
"dependencies": {
"npm": "^6.13.7"
}
}