The other answer by Stephen Kolassa gives you an excellent analysis of the Lyapunov condition in this case. However, I think it is also fruitful to look at this problem using moment generating functions. In your problem you have independent values $X_i \sim \text{Laplace}(0, \sigma_i/\sqrt{2})$, so these random variables have scaled moment generating functions given by:
$$\begin{align}
\varphi_{i}(t/n)
\equiv \mathbb{E}(\exp(tX_i/n))
= \frac{1}{1 - \sigma_i^2 t^2/2n^2}
&= 1 + \frac{\sigma_i^{2}}{2} \cdot \frac{t^2}{n^2} + \mathcal{O}(n^{-4}). \\[6pt]
\end{align}$$
Letting $\bar{X}_n \equiv \sum_{i=1}^n X_i/n$ denote the sample mean of interest, this latter random variable has moment generating function, we have the characteristic function:
$$\begin{align}
\varphi_{\bar{X}_n}(t)
= \prod_{i=1}^n \varphi_{i}(t/n)
&= \prod_{i=1}^n \frac{1}{1 - \sigma_i^2 t^2/2n^2}. \\[6pt]
\end{align}$$
Taking $n \rightarrow \infty$ gives the asymptotic form:
$$\begin{align}
\varphi_{\bar{X}_n}(t)
&\rightarrow \prod_{i=1}^n \Bigg( 1 + \frac{\sigma_i^{2}}{2} \cdot \frac{t^{2}}{n^{2}} \Bigg). \\[6pt]
\end{align}$$
In the special case where $\sigma_1 = \sigma_2 = \sigma_3 = \cdots$ this function converges to an exponential function in $t^2$, which is the moment generating function for the normal distribution. In the more general case, the moment generating function will not converge to the exponential function in $t^2$, and so the distribution of the sample mean does not converge to the normal distribution.
If you would like to go further than this, I suggest you look into conditions on the $\sigma_i$ values that will allow you to get a useful convergence result for the above asymptotic form. It may be possible to simplify this asymptotic form under some conditions on these values, but I will leave this to you to investigate.