mirror of
https://github.com/thepeacockproject/Peacock
synced 2025-02-16 16:34:28 +01:00
![Reece Dunham](/assets/img/avatar_default.png)
Co-authored-by: Tino Roivanen <tino.roivanen98@gmail.com> Co-authored-by: Govert de Gans <grappigegovert@hotmail.com> Co-authored-by: Gray Olson <gray@grayolson.com> Co-authored-by: Alexandre Sanchez <alex73630@gmail.com> Co-authored-by: Anthony Fuller <24512050+anthonyfuller@users.noreply.github.com> Co-authored-by: atampy25 <24306974+atampy25@users.noreply.github.com> Co-authored-by: David <davidstulemeijer@gmail.com> Co-authored-by: c0derMo <c0dermo@users.noreply.github.com> Co-authored-by: Jeevat Singh <jeevatt.singh@gmail.com> Signed-off-by: Reece Dunham <me@rdil.rocks>
39 lines
926 B
JSON
39 lines
926 B
JSON
{
|
|
"name": "@peacockproject/web-ui",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"clsx": "^1.2.1",
|
|
"immer": "^9.0.15",
|
|
"infima": "0.2.0-alpha.38",
|
|
"json-keys-sort": "^2.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"swr": "^1.3.0"
|
|
},
|
|
"scripts": {
|
|
"webui:build": "vite build",
|
|
"webui:start": "vite",
|
|
"build": "vite build",
|
|
"start": "vite",
|
|
"typecheck-ws": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/url-parse": "^1.4.8",
|
|
"rollup-plugin-license": "^2.8.1",
|
|
"typescript": "4.8.3",
|
|
"vite": "^3.1.4"
|
|
},
|
|
"peerDependencies": {
|
|
"rollup": "*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"rollup": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|