25 lines
533 B
JSON
25 lines
533 B
JSON
|
{
|
||
|
"name": "ui",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "webpack.config.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"build": "webpack"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "GPL-3.0-or-later",
|
||
|
"dependencies": {
|
||
|
"react": "^18.2.0",
|
||
|
"react-dom": "^18.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/react": "^18.2.8",
|
||
|
"@types/react-dom": "^18.2.4",
|
||
|
"copy-webpack-plugin": "^11.0.0",
|
||
|
"ts-loader": "^9.4.3",
|
||
|
"webpack": "^5.85.0",
|
||
|
"webpack-cli": "^5.1.3"
|
||
|
}
|
||
|
}
|