mirror of
https://github.com/openziti/zrok.git
synced 2025-01-11 08:29:10 +01:00
29 lines
617 B
JSON
29 lines
617 B
JSON
{
|
|
"name": "agent-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/system": "^2.2.6",
|
|
"@nextui-org/table": "^2.0.40",
|
|
"@nextui-org/theme": "^2.2.11",
|
|
"framer-motion": "^11.9.0",
|
|
"next": "14.2.13",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"superagent": "^10.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.13",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1"
|
|
},
|
|
"proxy": "http://127.0.0.1:8888"
|
|
}
|