add landing

This commit is contained in:
Emily
2024-06-02 02:46:47 +02:00
parent f8ab046b8a
commit d7bff30808
104 changed files with 73142 additions and 0 deletions

25
landing/package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "litlyx-dashboard",
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.12.0",
"nuxt": "^3.11.2",
"sass": "^1.75.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vue3-lottie": "^3.3.0"
},
"devDependencies": {
"@nuxt/ui": "^2.15.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}