1
mirror of https://github.com/thepeacockproject/Peacock synced 2025-03-01 14:43:02 +01:00
Peacock/webui/package.json
2023-04-08 22:29:40 -04:00

39 lines
926 B
JSON

{
"name": "@peacockproject/web-ui",
"version": "1.0.0",
"private": true,
"dependencies": {
"axios": "^1.2.3",
"clsx": "^1.2.1",
"immer": "^9.0.21",
"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.33",
"@types/react-dom": "^18.0.11",
"@types/url-parse": "^1.4.8",
"rollup-plugin-license": "^3.0.1",
"typescript": "5.0.4",
"vite": "^4.2.0"
},
"peerDependencies": {
"rollup": "*"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
}
}
}