Files
AIOStreams/packages/frontend/package.json
T
Viren070 9bb066f075 1.11.1
2025-01-27 18:45:44 +00:00

32 lines
728 B
JSON

{
"name": "@aiostreams/frontend",
"version": "1.11.1",
"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-select": "^5.9.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"
}
}