-
- Downloads
Update node dependencies
parent
51bcd6d6
No related branches found
No related tags found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -5,18 +5,8 @@ |
"main": "Gruntfile.js", | ||
"author": "Erick Hitter", | ||
"devDependencies": { | ||
"@babel/preset-react": "^7.13.13", | ||
"@wordpress/babel-plugin-makepot": "^4.1.0", | ||
"grunt": "~0.4.5", | ||
"grunt-wp-i18n": "~0.5.0", | ||
"grunt-wp-readme-to-markdown": "~1.0.0", | ||
"laravel-mix": "^6.0.13", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2" | ||
}, | ||
"scripts": { | ||
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --config=node_modules/laravel-mix/setup/webpack.config.js", | ||
"prod": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --config=node_modules/laravel-mix/setup/webpack.config.js && grunt" | ||
"grunt": "^1.5.3", | ||
"grunt-wp-i18n": "^1.0.3", | ||
"grunt-wp-readme-to-markdown": "^2.1.0" | ||
} | ||
} |
Please register or sign in to comment