agentos / agentos-frontend /package.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/agentos
c5f93fc verified
Raw
History Blame Contribute Delete
600 Bytes
{
"name": "agentos-frontend",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.2.29",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.21",
"eslint": "^8",
"eslint-config-next": "14.2.29",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}