26 lines
573 B
JSON
26 lines
573 B
JSON
{
|
|
"name": "MSGBA-Web",
|
|
"version": "0.1.1",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/preset-react": "^7.18.6",
|
|
"babel-loader": "^9.1.2",
|
|
"file-loader": "^6.2.0",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.38.1",
|
|
"webpack-cli": "^4.7.2"
|
|
},
|
|
"dependencies": {
|
|
"babel-preset-react": "^6.24.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
}
|
|
}
|