icns-frontend/package.json

24 lines
503 B
JSON
Raw Normal View History

2022-11-30 08:11:45 +00:00
{
"name": "icns-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"eslint": "8.28.0",
"eslint-config-next": "13.0.5",
"next": "13.0.5",
"react": "18.2.0",
"react-dom": "18.2.0",
2022-11-30 09:58:19 +00:00
"twitter-api-sdk": "^1.2.1",
2022-11-30 08:11:45 +00:00
"typescript": "4.9.3"
}
}