icns-frontend/package.json
2022-11-30 18:58:19 +09:00

24 lines
503 B
JSON

{
"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",
"twitter-api-sdk": "^1.2.1",
"typescript": "4.9.3"
}
}