This answer is to extend my comment above as a full answer.
The basis function of the linear Lagrangian finite element $\mathbb{P}^1$, happens to the barycentric coorinates for the triangle of interest, say $T$ in your case. $\Phi_{j} = 1$ on the $j$-th vertex of $T_i$ ($j=1,2,3$ is the local index of the vertex). Then a widely-cited article in finite element community is On finite element integration in natural co-ordinates. It is behind a paywall unfortunately, so here I reproduce the formula as follows:
For an interval $I$, $\Phi_j$ was the nodal basis ($1$ on the $j$-th node, $0$ on the other), then:
$$
\int_I \Phi_1^a \,\Phi_2^b \,dx = \frac{a!\,b!}{(a + b + 1)!} |I|.
$$
For a triangle $T$, $\Phi_j$ was the nodal basis for $j$-th vertex, then:
$$
\int_T \Phi_1^a \,\Phi_2^b\, \Phi_3^c\, dA = \frac{a!\,b!\,c!}{(a + b
+ c + 2)!} 2!|T|.
$$
For a tetrahedron $V$, $\Phi_j$ was the nodal basis for $j$-th vertex, then:
$$
\int_V \Phi_1^a \,\Phi_2^b \,\Phi_3^c \,\Phi_4^d \, dV = \frac{a!
\, b! \, c! \, d!}{(a + b + c + d + 3)!} 3!|V|.
$$
You can go on and on, which can be generalized to $n$-simplex.
In your case
$$
\int_T \Phi_i \,\Phi_j = \frac{|T|}{12}(1+\delta_{ij}),\tag{1}
$$
where $\delta_{ij}$ is the Kroncker delta.
Notice $\Phi_i$ and $\Phi_j$ are scalars, so the cross product (exterior product), $\Phi_j\times \Phi_i$, is just scalar product. Unless what you mean is:
$$
\int_T \nabla \Phi_i \times \nabla \Phi_j \quad \text{ or }
\int_T \begin{pmatrix} \Phi_i \\ \Phi_j\end{pmatrix}\times
\begin{pmatrix} \Phi_m \\ \Phi_n\end{pmatrix}.
$$
If it is the latter then just apply the wedge product formula for a 2 dimensional vector, and exploit formula (1) for each term.
If it is the former, which is the wedge product (cross product) of the gradient of each nodal basis. Firstly
$$\nabla \Phi_i = -\frac{\mathbf{n}_i}{h_i} =-\frac{|\mathbf{e}_i|\mathbf{n}_i}{2|T|}, $$
where $h_i$ is the height on the edge $\mathbf{e}_i$ opposite to the $i$-th vertex in this triangle, and $\mathbf{n}_i$ is the unit vector normal to the edge $e_i$, pointing outward from the triangle. Hence
$$
\nabla \Phi_i \times \nabla \Phi_j = \frac{|\mathbf{e}_i|\mathbf{n}_i}{2|T|}\times \frac{|\mathbf{e}_j|\mathbf{n}_j}{2|T|} = \frac{1}{4|T|^2} {\mathbf{e}_i\times \mathbf{e}_j}.
$$
This is done by rotating each vector in $ |\mathbf{e}_i|\mathbf{n}_i\times |\mathbf{e}_j|\mathbf{n}_j$ by $\pi/2$. Now $\mathbf{e}_i\times \mathbf{e}_j$ just produces the area times $2$ (Why? one way to think of this is the 3D cross product formula). Hence
$$
\int_T \nabla \Phi_i \times \nabla \Phi_j = \frac{1}{2}.
$$