-
- Downloads
Update node dependencies
parent
51bcd6d6
Branches
No related tags found
This commit is part of merge request !12. Comments created here will be created in the context of that merge request.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | @@ -5,18 +5,8 @@ | ... | @@ -5,18 +5,8 @@ |
"main": "Gruntfile.js", | "main": "Gruntfile.js", | ||
"author": "Erick Hitter", | "author": "Erick Hitter", | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/preset-react": "^7.13.13", | "grunt": "^1.5.3", | ||
"@wordpress/babel-plugin-makepot": "^4.1.0", | "grunt-wp-i18n": "^1.0.3", | ||
"grunt": "~0.4.5", | "grunt-wp-readme-to-markdown": "^2.1.0" | ||
"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" | |||
} | } | ||
} | } |
Please register or sign in to comment