1
mirror of https://github.com/thepeacockproject/Peacock synced 2024-11-29 09:15:11 +01:00
Peacock/webui/package.json
2022-11-23 22:28:53 -05:00

39 lines
925 B
JSON

{
"name": "@peacockproject/web-ui",
"version": "1.0.0",
"private": true,
"dependencies": {
"axios": "^1.2.0",
"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.9.3",
"vite": "^3.1.8"
},
"peerDependencies": {
"rollup": "*"
},
"peerDependenciesMeta": {
"rollup": {
"optional": true
}
}
}