mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
31 lines
697 B
JSON
31 lines
697 B
JSON
{
|
|
"name": "@aiostreams/frontend",
|
|
"version": "1.5.4",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@aiostreams/addon": "^1.0.0",
|
|
"@aiostreams/formatters": "^1.0.0",
|
|
"@aiostreams/types": "^1.0.0",
|
|
"@aiostreams/wrappers": "^1.0.0",
|
|
"dotenv": "^16.4.7",
|
|
"next": "15.1.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-toastify": "^11.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.1.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|