Files
backrest/webui/package.json
T
2023-11-11 13:40:37 -08:00

27 lines
630 B
JSON

{
"name": "resticui",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "parcel serve src/index.html",
"build": "parcel build src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"antd": "^5.11.1",
"buffer": "^6.0.3",
"parcel": "^2.10.2",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"recoil": "^0.7.7",
"typescript": "^5.2.2"
}
}