views.react.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of micronaut-starter-core Show documentation
Show all versions of micronaut-starter-core Show documentation
Generates Micronaut applications
{
"name": "frontend",
"version": "1.0.0",
"description": "Frontend code for your Micronaut app.",
"main": "client.js",
"author": "Your Name Here ",
"dependencies": {
"babel-loader": "^9.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"text-encoding": "^0.7.0",
"web-streams-polyfill": "^4.0.0",
"@babel/preset-env": "^7.24.3",
"@babel/preset-react": "^7.24.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"node-polyfill-webpack-plugin": "^3.0.0"
}
}